BUG:299416 FIXED-IN:1.15
@ -3766,7 +3766,7 @@ EOF
# Step 2: Run the tests.
my $numTests = -1;
my $countCallback = sub {
if (/([0-9]+) tests failed out of/) {
if ($_ && /([0-9]+) tests failed out of/) {
$numTests = $1;
}
};