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
This commit is contained in:
David Blaikie 2013-01-15 20:19:33 +00:00 committed by Janis Johnson
parent 16dd2667ee
commit 9fa633fc14
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@
* 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>
* testsuite-management/validate_failures.py

View File

@ -288,7 +288,7 @@ BEGIN {
/^Using / {
if (variant == curvar && print_using) { print; next }
}
/^Running / {
/^Running .*\\.exp \\.\\.\\./ {
print_using=0
if (variant == curvar) {
if (need_close) close(curfile)