mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-02 15:45:25 +00:00
just a couple of little ones ...
This commit is contained in:
@@ -129,8 +129,10 @@ sub doHost {
|
|||||||
|
|
||||||
$Nfbp = 0;
|
$Nfbp = 0;
|
||||||
$Nobp = 0;
|
$Nobp = 0;
|
||||||
$Ntprobs = 0;
|
$Nftp = 0;
|
||||||
|
$Notp = 0;
|
||||||
$BadTest = 0;
|
$BadTest = 0;
|
||||||
|
$BadTestReason = "";
|
||||||
|
|
||||||
if ((-r "$DataDir/hosts/$hostid/$BuildFile") && (-s _ )) {
|
if ((-r "$DataDir/hosts/$hostid/$BuildFile") && (-s _ )) {
|
||||||
%buildprobs = &buildCheck("$hostid");
|
%buildprobs = &buildCheck("$hostid");
|
||||||
@@ -441,7 +443,7 @@ sub testCheck {
|
|||||||
else {
|
else {
|
||||||
$probs{"$funcname:$anum"} = $result;
|
$probs{"$funcname:$anum"} = $result;
|
||||||
++$Nftp;
|
++$Nftp;
|
||||||
s/(FAIL|UNITIATED)/<FONT COLOR=\"red\">$1<\/FONT>/;
|
s/(FAIL|UNINITIATED)/<FONT COLOR=\"red\">$1<\/FONT>/;
|
||||||
s/(UNRESOLVED)/<FONT COLOR=\"yellow\">$1<\/FONT>/;
|
s/(UNRESOLVED)/<FONT COLOR=\"yellow\">$1<\/FONT>/;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user