Changed to catch stderror of dejagnu and fixed missing quote.

llvm-svn: 18105
This commit is contained in:
Tanya Lattner 2004-11-22 17:16:01 +00:00
parent 22ce929332
commit 94556b33eb
1 changed files with 1 additions and 1 deletions

View File

@ -551,7 +551,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";
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";