aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2004-12-17 20:58:34 +0000
committerTanya Lattner <tonic@nondot.org>2004-12-17 20:58:34 +0000
commita2dfbf96a99ce0142fdeef7207b15a4883775c3d (patch)
treefd54b5478d7e6e6616894e71f1472190748f21f3
parent6b4bd6b35cf169da85cc9cd4ba36c91691098b1a (diff)
Always print out DejagnuTest results to stdout so that it gets emailed to the nightly test manager. Eventually Dejagnu should be merged into the added/removed tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19023 91177308-0d34-0410-b5e6-96231b3b80d8
-rwxr-xr-xutils/NightlyTest.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/NightlyTest.pl b/utils/NightlyTest.pl
index 453f1c743e..0c99c6248f 100755
--- 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";