projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e8be14
)
Fix a halfway done change to the nightly tester :(
author
Chris Lattner
<sabre@nondot.org>
Sun, 11 May 2003 15:23:10 +0000
(15:23 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sun, 11 May 2003 15:23:10 +0000
(15:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6084
91177308
-0d34-0410-b5e6-
96231b3b80d8
utils/NightlyTest.pl
patch
|
blob
|
history
diff --git
a/utils/NightlyTest.pl
b/utils/NightlyTest.pl
index f4c2d18751f90f4d3f35052456c020fb14316bff..ec7edaa1e1a0e97e774b48058dd90fd9d8113e38 100755
(executable)
--- a/
utils/NightlyTest.pl
+++ b/
utils/NightlyTest.pl
@@
-281,6
+281,10
@@
if ($BuildError eq "") {
$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";