No need to repeat the word build' since it's under Build status'

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19481 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Misha Brukman 2005-01-11 19:51:24 +00:00
parent 947d544e29
commit 2bbea35ce9

View File

@ -417,7 +417,7 @@ my $BuildWallTime = GetRegexNum "^real", 1, "([0-9.]+)","$BuildLog";
my $BuildError = "";
if (`grep '^gmake[^:]*: .*Error' $BuildLog | wc -l` + 0 ||
`grep '^gmake: \*\*\*.*Stop.' $BuildLog | wc -l`+0) {
$BuildError = "<h3><font color='red'>Build error: compilation " .
$BuildError = "<h3><font color='red'>error: compilation " .
"<a href=\"$DATE-Build-Log.txt\">aborted</a></font></h3>";
if ($VERBOSE) { print "BUILD ERROR\n"; }
}