Browse Source

once again, make test would not work right with error_reporting=E_ALL

experimental/zts_stdc_scanners
Hartmut Holzgraefe 25 years ago
parent
commit
800b863310
  1. 2
      run-tests.php

2
run-tests.php

@ -304,7 +304,7 @@ function run_tests_in_dir($dir = '.')
else $skipped_extensions[$mod_name]=TRUE;
}
if ($ext_found!==FALSE) {
if (!isset($ext_found) or $ext_found!==FALSE) {
dowriteln("%bRunning tests in $dir%B");
dowriteln("=================".str_repeat("=", strlen($dir)));
sort($testfiles);

Loading…
Cancel
Save