No, don't cancel all remaining tests, just the one that failed!

llvm-svn: 36057
This commit is contained in:
Reid Spencer 2007-04-15 07:34:58 +00:00
parent 9de817a471
commit 72d6b398e7
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ proc RunLLVMTests { test_source_files } {
}
}
if { $failed } {
break;
continue
} else {
if { $PRNUMS != "" } {
set PRNUMS " for $PRNUMS"