projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5feaf4
)
Changed to catch stderror of dejagnu and fixed missing quote.
author
Tanya Lattner
<tonic@nondot.org>
Mon, 22 Nov 2004 17:16:01 +0000
(17:16 +0000)
committer
Tanya Lattner
<tonic@nondot.org>
Mon, 22 Nov 2004 17:16:01 +0000
(17:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18105
91177308
-0d34-0410-b5e6-
96231b3b80d8
utils/NightlyTest.pl
patch
|
blob
|
history
diff --git
a/utils/NightlyTest.pl
b/utils/NightlyTest.pl
index e31414b8c8e9f95227a225a5e1d31d84b2f531dc..c871f810b925431055e8b76386119aad75165734 100755
(executable)
--- a/
utils/NightlyTest.pl
+++ b/
utils/NightlyTest.pl
@@
-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";