From ff8c39c8e9c0d06532c3ea79a7bee6c13bec3811 Mon Sep 17 00:00:00 2001 From: Jani Taskinen Date: Fri, 11 Dec 2009 07:34:06 +0000 Subject: [PATCH] - Fix problem with SKIPIF failing to skip in some cases (deprecated warnings f.e.) --- run-tests.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.40.0