[llvm-commits] CVS: llvm/utils/NightlyTest.pl
Tanya Brethour
tbrethou at cs.uiuc.edu
Mon Nov 22 09:16:24 PST 2004
Changes in directory llvm/utils:
NightlyTest.pl updated: 1.71 -> 1.72
---
Log message:
Changed to catch stderror of dejagnu and fixed missing quote.
---
Diffs of the changes: (+1 -1)
Index: llvm/utils/NightlyTest.pl
diff -u llvm/utils/NightlyTest.pl:1.71 llvm/utils/NightlyTest.pl:1.72
--- llvm/utils/NightlyTest.pl:1.71 Sat Nov 20 18:10:12 2004
+++ llvm/utils/NightlyTest.pl Mon Nov 22 11:16:01 2004
@@ -551,7 +551,7 @@
#Run the feature and regression tests, results are put into testrun.sum
#Full log in testrun.log
- system "time -p gmake $MAKEOPTS check-dejagnu >& $dejagnu_output";
+ system "time -p gmake $MAKEOPTS check-dejagnu > $dejagnu_output 2>&1";
#Extract time of dejagnu tests
my $DejagnuTimeU = GetRegexNum "^user", 0, "([0-9.]+)", "$dejagnu_output";
More information about the llvm-commits
mailing list