Commit 547d5d22 by Uros Bizjak Committed by Uros Bizjak

test_summary: Do not escape "=".

	* test_summary: Do not escape "=".

From-SVN: r274384
parent fb3f5eae
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
......
......@@ -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 ""; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment