Browse Source

fix ===DONE=== with windows EOLs

PECL
Nuno Lopes 19 years ago
parent
commit
46b9c23008
  1. 2
      run-tests.php

2
run-tests.php

@ -1077,7 +1077,7 @@ TEST $file
}
// End of actual test?
if ($secfile && preg_match('/^===DONE===$/', $line)) {
if ($secfile && preg_match('/^===DONE===\s*$/', $line)) {
$secdone = true;
}
}

Loading…
Cancel
Save