[llvm-commits] CVS: llvm/test/lib/llvm.exp

Reid Spencer reid at x10sys.com
Sun Apr 15 00:35:27 PDT 2007



Changes in directory llvm/test/lib:

llvm.exp updated: 1.8 -> 1.9
---
Log message:

No, don't cancel all remaining tests, just the one that failed!


---
Diffs of the changes:  (+1 -1)

 llvm.exp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/test/lib/llvm.exp
diff -u llvm/test/lib/llvm.exp:1.8 llvm/test/lib/llvm.exp:1.9
--- llvm/test/lib/llvm.exp:1.8	Sun Apr 15 02:21:26 2007
+++ llvm/test/lib/llvm.exp	Sun Apr 15 02:34:58 2007
@@ -173,7 +173,7 @@
         }
       }
       if { $failed } {
-        break;
+        continue
       } else {
         if { $PRNUMS != "" } {
           set PRNUMS " for $PRNUMS"






More information about the llvm-commits mailing list