]> 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 d95476db0b2dec4244eb834093a161cb2ec408de..a5c374060f4813bea10a27dc8b1337163004374b 100755 (executable)
@@ -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);