diff --git a/bin/tests/b9status.pl b/bin/tests/b9status.pl index 1466b47138..ba17dc7eea 100755 --- a/bin/tests/b9status.pl +++ b/bin/tests/b9status.pl @@ -378,7 +378,7 @@ sub testCheck { next; } - if (/^E:(Mon|Tue|Wed|Thu|Fri|Sat|Sun)/) { + if (/^E:[^:]*:(Mon|Tue|Wed|Thu|Fri|Sat|Sun)/) { if ($inresult == 0) { # no reported result $BadTest = 1; @@ -464,6 +464,10 @@ sub testCheck { $BadTest = 1; $BadTestReason = "no tests"; } + if ($intest) { + $BadTest = 1; + $BadTestReason = "incomplete"; + } return(%probs); }