From b0feffae1d8e8f1ff79005f600f79c073278033a Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sun, 15 Apr 2007 07:34:58 +0000 Subject: [PATCH] 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 --- test/lib/llvm.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lib/llvm.exp b/test/lib/llvm.exp index 4a5af2aec0b..d029251ae45 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"