aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-05-10 21:40:10 +0000
committerChris Lattner <sabre@nondot.org>2003-05-10 21:40:10 +0000
commit2e8be1416566515cd408aef0408fcbacdb6e1cba (patch)
treeac3b8d968db2ec91ef75e09223ab34b71fb59ab5 /utils
parentd7916e988c544b2ab6af26b723b6bc340ecb78cc (diff)
downloadexternal_llvm-2e8be1416566515cd408aef0408fcbacdb6e1cba.zip
external_llvm-2e8be1416566515cd408aef0408fcbacdb6e1cba.tar.gz
external_llvm-2e8be1416566515cd408aef0408fcbacdb6e1cba.tar.bz2
Get the nightly tester to detect other kind of testing problems
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6083 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rwxr-xr-xutils/NightlyTest.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/NightlyTest.pl b/utils/NightlyTest.pl
index b8b6f4c..f4c2d18 100755
--- a/utils/NightlyTest.pl
+++ b/utils/NightlyTest.pl
@@ -279,8 +279,8 @@ if ($BuildError eq "") {
if (`grep '^gmake: .*Error' $Prefix-ProgramTest.txt | wc -l` + 0) {
$TestError = 1;
- $ProgramsTable = "<h2>Error running tests!</h2>";
- } else {
+ $ProgramsTable = "<font color=white><h2>Error running tests!</h2></font>";
+ } elsif (`grep '^gmake: .*No rule to make target' $Prefix-ProgramTest.txt | wc -l` + 0) {
$TestError = 0;
$ProgramsTable = ReadFile "report.nightly.html";