test_summary: Do not escape "=".

* test_summary: Do not escape "=".

From-SVN: r274384
This commit is contained in:
Uros Bizjak 2019-08-13 17:17:49 +02:00 committed by Uros Bizjak
parent fb3f5eae9f
commit 547d5d22e9
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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 ""; }