[llvm-commits] CVS: llvm/utils/NightlyTest.pl
Brian Gaeke
gaeke at cs.uiuc.edu
Fri Jun 25 02:27:04 PDT 2004
Changes in directory llvm/utils:
NightlyTest.pl updated: 1.59 -> 1.60
---
Log message:
Don't try to run qmtests if we fail to build the tree. The qmtests (at
least, on macosx) will spiral out of control instead of failing gracefully.
---
Diffs of the changes: (+2 -0)
Index: llvm/utils/NightlyTest.pl
diff -u llvm/utils/NightlyTest.pl:1.59 llvm/utils/NightlyTest.pl:1.60
--- llvm/utils/NightlyTest.pl:1.59 Wed Jun 23 09:07:12 2004
+++ llvm/utils/NightlyTest.pl Fri Jun 25 02:25:28 2004
@@ -404,6 +404,8 @@
if ($VERBOSE) { print "BUILD ERROR\n"; }
}
+if ($BuildError) { $NOFEATURES = 1; $NOREGRESSIONS = 1; }
+
# Get results of feature tests.
my $FeatureTestResults; # String containing the results of the feature tests
my $FeatureTime; # System+CPU Time for feature tests
More information about the llvm-commits
mailing list