[llvm-commits] CVS: llvm/utils/NightlyTest.pl
Reid Spencer
reid at x10sys.com
Tue Nov 23 08:24:33 PST 2004
Changes in directory llvm/utils:
NightlyTest.pl updated: 1.73 -> 1.74
---
Log message:
Make sure the timing output is also sent to the log file for dejagnu, not
the log file of the NightlyTest.pl script.
---
Diffs of the changes: (+1 -1)
Index: llvm/utils/NightlyTest.pl
diff -u llvm/utils/NightlyTest.pl:1.73 llvm/utils/NightlyTest.pl:1.74
--- llvm/utils/NightlyTest.pl:1.73 Mon Nov 22 12:36:12 2004
+++ llvm/utils/NightlyTest.pl Tue Nov 23 10:23:50 2004
@@ -548,7 +548,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 2>&1";
+ 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