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

This commit is contained in:
Hartmut Holzgraefe 2001-07-11 13:19:07 +00:00
parent 0ef0f8e32b
commit 800b863310

View File

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