test_summary: Do not escape "=".

* test_summary: Do not escape "=".

From-SVN: r274566
This commit is contained in:
Uros Bizjak 2019-08-16 14:03:09 +02:00 committed by Uros Bizjak
parent cc93dc0dc5
commit 78c13f46b3
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2019-08-16 Uros Bizjak <ubizjak@gmail.com>
* test_summary: Do not escape "=".
2019-08-12 Release Manager
* GCC 9.2.0 released.

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