OSDN Git Service
(root)
/
android-x86
/
external-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b4bd6b
)
Always print out DejagnuTest results to stdout so that it gets emailed to the nightly...
author
Tanya Lattner
<tonic@nondot.org>
Fri, 17 Dec 2004 20:58:34 +0000
(20:58 +0000)
committer
Tanya Lattner
<tonic@nondot.org>
Fri, 17 Dec 2004 20:58:34 +0000
(20:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19023
91177308
-0d34-0410-b5e6-
96231b3b80d8
utils/NightlyTest.pl
patch
|
blob
|
history
diff --git
a/utils/NightlyTest.pl
b/utils/NightlyTest.pl
index
453f1c7
..
0c99c62
100755
(executable)
--- a/
utils/NightlyTest.pl
+++ b/
utils/NightlyTest.pl
@@
-445,6
+445,8
@@
if(!$NODEJAGNU) {
CopyFile("test/testrun.sum", $DejagnuSum);
$DejagnuTestResults = GetDejagnuTestResults($DejagnuSum, $DejagnuLog);
+ print $DejagnuTestResults;
+
} else {
$DejagnuTestResults = "Skipped by user choice.";
$DejagnuTime = "0.0";