summaryrefslogtreecommitdiffstats
path: root/llvm/test/lib
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-04-15 07:34:58 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-04-15 07:34:58 +0000
commit72d6b398e780c98495fde2c42bae11effb54a75e (patch)
tree051597db5923971a82d79b32e26f2c4e77e8e79f /llvm/test/lib
parent9de817a471f8549bdbb0e66539291038903cd406 (diff)
downloadbcm5719-llvm-72d6b398e780c98495fde2c42bae11effb54a75e.tar.gz
bcm5719-llvm-72d6b398e780c98495fde2c42bae11effb54a75e.zip
No, don't cancel all remaining tests, just the one that failed!
llvm-svn: 36057
Diffstat (limited to 'llvm/test/lib')
-rw-r--r--llvm/test/lib/llvm.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/lib/llvm.exp b/llvm/test/lib/llvm.exp
index 4a5af2aec0b..d029251ae45 100644
--- a/llvm/test/lib/llvm.exp
+++ b/llvm/test/lib/llvm.exp
@@ -173,7 +173,7 @@ proc RunLLVMTests { test_source_files } {
}
}
if { $failed } {
- break;
+ continue
} else {
if { $PRNUMS != "" } {
set PRNUMS " for $PRNUMS"
OpenPOWER on IntegriCloud