just a couple of little ones ...

This commit is contained in:
William King 1999-10-26 23:35:20 +00:00
parent 2644902ba9
commit 3b70941ff5

View file

@ -129,8 +129,10 @@ sub doHost {
$Nfbp = 0;
$Nobp = 0;
$Ntprobs = 0;
$Nftp = 0;
$Notp = 0;
$BadTest = 0;
$BadTestReason = "";
if ((-r "$DataDir/hosts/$hostid/$BuildFile") && (-s _ )) {
%buildprobs = &buildCheck("$hostid");
@ -441,7 +443,7 @@ sub testCheck {
else {
$probs{"$funcname:$anum"} = $result;
++$Nftp;
s/(FAIL|UNITIATED)/<FONT COLOR=\"red\">$1<\/FONT>/;
s/(FAIL|UNINITIATED)/<FONT COLOR=\"red\">$1<\/FONT>/;
s/(UNRESOLVED)/<FONT COLOR=\"yellow\">$1<\/FONT>/;
}