diff --git a/llvm/test/lib/llvm.exp b/llvm/test/lib/llvm.exp index 4a5af2aec0bd..d029251ae459 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"