Commit 9fa633fc by David Blaikie Committed by Janis Johnson

dg-extract-results.sh: Constrain the start-of-log pattern.

2013-01-15  David Blaikie <dblaikie@gmail.com>

	* dg-extract-results.sh: Constrain the start-of-log pattern.

From-SVN: r195216
parent 16dd2667
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
* dg-extract-results.sh: Handle KPASSes. * dg-extract-results.sh: Handle KPASSes.
* dg-extract-results.sh: Constrain the start-of-log pattern.
2012-12-01 Bernhard Reutner-Fischer <aldot@gcc.gnu.org> 2012-12-01 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
* testsuite-management/validate_failures.py * testsuite-management/validate_failures.py
......
...@@ -288,7 +288,7 @@ BEGIN { ...@@ -288,7 +288,7 @@ BEGIN {
/^Using / { /^Using / {
if (variant == curvar && print_using) { print; next } if (variant == curvar && print_using) { print; next }
} }
/^Running / { /^Running .*\\.exp \\.\\.\\./ {
print_using=0 print_using=0
if (variant == curvar) { if (variant == curvar) {
if (need_close) close(curfile) if (need_close) close(curfile)
......
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