From: Jani Taskinen Date: Fri, 11 Dec 2009 07:34:06 +0000 (+0000) Subject: - Fix problem with SKIPIF failing to skip in some cases (deprecated warnings f.e.) X-Git-Tag: php-5.4.0alpha1~191^2~2245 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fc622cadee7bbf7356b9a64c4d8cd846b13d2bd4;p=php - Fix problem with SKIPIF failing to skip in some cases (deprecated warnings f.e.) --- diff --git a/run-tests.php b/run-tests.php index 1db1794c85..a5c374060f 100755 --- a/run-tests.php +++ b/run-tests.php @@ -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);