mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-15 22:28:18 +00:00
Changed to catch stderror of dejagnu and fixed missing quote.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18105 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -551,7 +551,7 @@ if($RUNDEJAGNU) {
|
|||||||
|
|
||||||
#Run the feature and regression tests, results are put into testrun.sum
|
#Run the feature and regression tests, results are put into testrun.sum
|
||||||
#Full log in testrun.log
|
#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
|
#Extract time of dejagnu tests
|
||||||
my $DejagnuTimeU = GetRegexNum "^user", 0, "([0-9.]+)", "$dejagnu_output";
|
my $DejagnuTimeU = GetRegexNum "^user", 0, "([0-9.]+)", "$dejagnu_output";
|
||||||
|
Reference in New Issue
Block a user