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:
parent
16dd2667ee
commit
9fa633fc14
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user