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.3.2RC1~68 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=03a47e9b03b70e711b7e0e557312d40e23dff12b;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 d95476db0b..a5c374060f 100755 --- a/run-tests.php +++ b/run-tests.php @@ -1426,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);