diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-04-15 07:34:58 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-04-15 07:34:58 +0000 |
commit | 72d6b398e780c98495fde2c42bae11effb54a75e (patch) | |
tree | 051597db5923971a82d79b32e26f2c4e77e8e79f /llvm/test/lib | |
parent | 9de817a471f8549bdbb0e66539291038903cd406 (diff) | |
download | bcm5719-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.exp | 2 |
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" |