dg-extract-results.sh: Constrain the start-of-log pattern.
authorDavid Blaikie <dblaikie@gmail.com>
Tue, 15 Jan 2013 20:19:33 +0000 (20:19 +0000)
committerJanis Johnson <janis@gcc.gnu.org>
Tue, 15 Jan 2013 20:19:33 +0000 (20:19 +0000)
2013-01-15  David Blaikie <dblaikie@gmail.com>

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

From-SVN: r195216

contrib/ChangeLog
contrib/dg-extract-results.sh

index 1a3d97f734c1a5f7103d191ef0404d82be7772a3..445e9e4b1939061dada2ceaa2b544e945747f3ac 100644 (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
index d8b68baa7e3915ceb9ff18e333bd46cc1956ae29..aa0a3401b16a08cc6040e721d1e22d7c1e818948 100755 (executable)
@@ -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)