OSDN Git Service

Always print out DejagnuTest results to stdout so that it gets emailed to the nightly...
authorTanya Lattner <tonic@nondot.org>
Fri, 17 Dec 2004 20:58:34 +0000 (20:58 +0000)
committerTanya 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

index 453f1c7..0c99c62 100755 (executable)
@@ -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";