summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorUros Bizjak <ubizjak@gmail.com>2019-08-13 17:17:49 +0200
committerUros Bizjak <uros@gcc.gnu.org>2019-08-13 17:17:49 +0200
commit547d5d22e96b900907889a2b49f8c9b09b035dac (patch)
tree08329ae97ba56fd5d9c4a79f8df5d18976cf1d42 /contrib
parentfb3f5eae9f6c9ab6d9754e8f86da9181cdce47e2 (diff)
test_summary: Do not escape "=".
* test_summary: Do not escape "=". From-SVN: r274384
Diffstat (limited to 'contrib')
-rw-r--r--contrib/ChangeLog4
-rwxr-xr-xcontrib/test_summary2
2 files changed, 5 insertions, 1 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog
index aff6b13e6a5..fd7df43ab68 100644
--- a/contrib/ChangeLog
+++ b/contrib/ChangeLog
@@ -1,3 +1,7 @@
+2019-08-13 Uros Bizjak <ubizjak@gmail.com>
+
+ * test_summary: Do not escape "=".
+
2019-07-02 Janne Blomqvist <jb@gcc.gnu.org>
PR other/91048
diff --git a/contrib/test_summary b/contrib/test_summary
index 3560a64c4f1..5760b053ec2 100755
--- a/contrib/test_summary
+++ b/contrib/test_summary
@@ -127,7 +127,7 @@ NR == 1 {
if (lang == "") lang = " "$2" "; else lang = " ";
}
$2 == "version" { save = $0; $1 = ""; $2 = ""; version = $0; gsub(/^ */, "", version); gsub(/\r$/, "", version); $0 = save; }
-/\===.*Summary/ { print ""; print; blanks=1; }
+/===.*Summary/ { print ""; print; blanks=1; }
/tests ===/ || /^(Target|Host|Native)/ || $2 == "version" { print; blanks=1; }
/^(XPASS|FAIL|UNRESOLVED|WARNING|ERROR|# of )/ { sub ("\r", ""); print; }
/^using:/ { print ""; print; print ""; }