summaryrefslogtreecommitdiff
path: root/test/lib/llvm.exp
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
commitb0feffae1d8e8f1ff79005f600f79c073278033a (patch)
treef88b72a21401141dcb48aa7fef09dd0b2a005edf /test/lib/llvm.exp
parent0947df46065c7070346000d31d8b2d62eb5ead8b (diff)
downloadllvm-b0feffae1d8e8f1ff79005f600f79c073278033a.tar.gz
llvm-b0feffae1d8e8f1ff79005f600f79c073278033a.tar.bz2
llvm-b0feffae1d8e8f1ff79005f600f79c073278033a.tar.xz
No, don't cancel all remaining tests, just the one that failed!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36057 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/lib/llvm.exp')
-rw-r--r--test/lib/llvm.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/llvm.exp b/test/lib/llvm.exp
index 4a5af2aec0..d029251ae4 100644
--- a/test/lib/llvm.exp
+++ b/test/lib/llvm.exp
@@ -173,7 +173,7 @@ proc RunLLVMTests { test_source_files } {
}
}
if { $failed } {
- break;
+ continue
} else {
if { $PRNUMS != "" } {
set PRNUMS " for $PRNUMS"