2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

just saw a bizarre case on RH-6.0 where a second call into the dst library

in test2 of bin/tests/dst/t_dst looked like it either messed up the
stack or there is a compiler bug of some sort because the results
didn't get reported, ie code got skipped. this changed causes the
report generator to flag tests that don't report results.
This commit is contained in:
William King
1999-10-22 02:04:30 +00:00
parent e45d323a2a
commit 2f8898fa5e

View File

@@ -377,6 +377,11 @@ sub testCheck {
}
if (/^E:(Mon|Tue|Wed|Thu|Fri|Sat|Sun)/) {
if ($inresult == 0) {
# no reported result
$BadTest = 1;
$BadTestReason = "E$.";
}
$intest = 0;
printf(YYY "%s\n<BR>\n", $_);
next;