mirror of
https://github.com/php/php-src.git
synced 2024-11-24 02:15:04 +08:00
once again, make test would not work right with error_reporting=E_ALL
This commit is contained in:
parent
0ef0f8e32b
commit
800b863310
@ -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…
Reference in New Issue
Block a user