From: David Blaikie Date: Tue, 15 Jan 2013 20:19:33 +0000 (+0000) Subject: dg-extract-results.sh: Constrain the start-of-log pattern. X-Git-Tag: releases/gcc-4.8.0~915 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9fa633fc147de81315152d7d392ccb3486d5e22a;p=thirdparty%2Fgcc.git dg-extract-results.sh: Constrain the start-of-log pattern. 2013-01-15 David Blaikie * dg-extract-results.sh: Constrain the start-of-log pattern. From-SVN: r195216 --- diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 1a3d97f734c1..445e9e4b1939 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -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 * testsuite-management/validate_failures.py diff --git a/contrib/dg-extract-results.sh b/contrib/dg-extract-results.sh index d8b68baa7e39..aa0a3401b16a 100755 --- a/contrib/dg-extract-results.sh +++ b/contrib/dg-extract-results.sh @@ -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)