* g++.old-deja/old-deja.exp: Strip leading directories.

From-SVN: r20034
This commit is contained in:
Jason Merrill 1998-05-24 20:56:17 +00:00 committed by Jason Merrill
parent 61819ba58e
commit 51c4eb9bbf
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,7 @@
1998-05-24 Jason Merrill <jason@yorick.cygnus.com>
* g++.old-deja/old-deja.exp: Strip leading directories.
* lib/old-dejagnu.exp: All tests fail if we got an internal compiler
error for the line. Don't run multiple tests for the same line.

View File

@ -43,10 +43,11 @@ global GXX_UNDER_TEST
# main test loop
#
set dirlen [expr [string length "$srcdir/$subdir"] + 1];
foreach file [lsort [find $srcdir/$subdir *.C]] {
# If we're only testing specific files and this isn't one of them, skip it.
if ![runtest_file_p $runtests $file] then {
set tfile [string range $file $dirlen end];
if ![runtest_file_p $runtests $tfile] then {
continue
}
verbose "Testing $file"