diff options
| author | Tanya Lattner <tonic@nondot.org> | 2004-12-17 20:58:34 +0000 |
|---|---|---|
| committer | Tanya Lattner <tonic@nondot.org> | 2004-12-17 20:58:34 +0000 |
| commit | 96f6909ae16bd7001433e51631fd6d2b40cb7caa (patch) | |
| tree | 5728c98c5c0df8ba65e99160f84517a7be698311 | |
| parent | 181cf4ce17a9c219c014e1170eb3af74e9ea9b51 (diff) | |
| download | bcm5719-llvm-96f6909ae16bd7001433e51631fd6d2b40cb7caa.tar.gz bcm5719-llvm-96f6909ae16bd7001433e51631fd6d2b40cb7caa.zip | |
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.
llvm-svn: 19023
| -rwxr-xr-x | llvm/utils/NightlyTest.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/utils/NightlyTest.pl b/llvm/utils/NightlyTest.pl index 453f1c743ee..0c99c6248f3 100755 --- a/llvm/utils/NightlyTest.pl +++ b/llvm/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"; |

