[llvm-commits] CVS: llvm/utils/NightlyTest.pl
Tanya Brethour
tbrethou at cs.uiuc.edu
Fri Dec 3 22:35:30 PST 2004
Changes in directory llvm/utils:
NightlyTest.pl updated: 1.76 -> 1.77
---
Log message:
Run dejagnu by default.
---
Diffs of the changes: (+1 -1)
Index: llvm/utils/NightlyTest.pl
diff -u llvm/utils/NightlyTest.pl:1.76 llvm/utils/NightlyTest.pl:1.77
--- llvm/utils/NightlyTest.pl:1.76 Sat Dec 4 00:25:50 2004
+++ llvm/utils/NightlyTest.pl Sat Dec 4 00:35:14 2004
@@ -425,7 +425,7 @@
if ($BuildError) { $NODEJAGNU=1; }
my $DejangnuTestResults; # String containing the results of the dejagnu
-if($RUNDEJAGNU) {
+if(!$NODEJAGNU) {
if($VERBOSE) { print "DEJAGNU FEATURE/REGRESSION TEST STAGE\n"; }
my $dejagnu_output = "$DejagnuTestsLog";
More information about the llvm-commits
mailing list