Fix a halfway done change to the nightly tester :(
llvm-svn: 6084
diff --git a/llvm/utils/NightlyTest.pl b/llvm/utils/NightlyTest.pl
index f4c2d18..ec7edaa 100755
--- a/llvm/utils/NightlyTest.pl
+++ b/llvm/utils/NightlyTest.pl
@@ -281,6 +281,10 @@
$TestError = 1;
$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 = 1;
+ $ProgramsTable =
+ "<font color=white><h2>Makefile error running tests!</h2></font>";
+ } else {
$TestError = 0;
$ProgramsTable = ReadFile "report.nightly.html";