]> granicus.if.org Git - php/commitdiff
- Fix problem with SKIPIF failing to skip in some cases (deprecated warnings f.e.)
authorJani Taskinen <jani@php.net>
Fri, 11 Dec 2009 07:34:06 +0000 (07:34 +0000)
committerJani Taskinen <jani@php.net>
Fri, 11 Dec 2009 07:34:06 +0000 (07:34 +0000)
run-tests.php

index 1db1794c8509304b0b6ae7f4fb3b541b53745f50..a5c374060f4813bea10a27dc8b1337163004374b 100755 (executable)
@@ -1140,7 +1140,6 @@ function run_test($php, $file, $env)
        global $leak_check, $temp_source, $temp_target, $cfg, $environment;
        global $no_clean;
        global $valgrind_version;
-
        $temp_filenames = null;
        $org_file = $file;
 
@@ -1427,7 +1426,7 @@ TEST $file
                                $env['USE_ZEND_ALLOC'] = '1';
                        }
 
-                       $output = system_with_timeout("$extra $php $pass_options -q $ini_settings $test_skipif", $env);
+                       $output = system_with_timeout("$extra $php $pass_options -q $ini_settings -d display_errors=0 $test_skipif", $env);
 
                        if (!$cfg['keep']['skip']) {
                                @unlink($test_skipif);