Fix warning message in test output callback.

BUG:299416
FIXED-IN:1.15
wilder
Michael Pyne 14 years ago
parent d94d95e9fd
commit d173069128
  1. 2
      kdesrc-build

@ -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;
}
};

Loading…
Cancel
Save