mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Make sure the timing output is also sent to the log file for dejagnu, not
the log file of the NightlyTest.pl script. llvm-svn: 18158
This commit is contained in:
parent
aa5a51292c
commit
3574df3c99
@ -548,7 +548,7 @@ if($RUNDEJAGNU) {
|
||||
|
||||
#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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user