diff options
| author | Ondřej Surý <ondrej@sury.org> | 2010-01-08 13:08:00 +0100 |
|---|---|---|
| committer | Ondřej Surý <ondrej@sury.org> | 2010-01-08 13:08:00 +0100 |
| commit | 176cbd0bc99e20bb21f92f0b72df728eafc1e2ce (patch) | |
| tree | 58b249aa9e26b7c5754abb2a78563eab074a950b /run-tests.php | |
| parent | 10544de9849f8704aaeb54388e9795f2273202a0 (diff) | |
| download | php-176cbd0bc99e20bb21f92f0b72df728eafc1e2ce.tar.gz | |
Imported Upstream version 5.2.12.dfsg.1upstream/5.2.12.dfsg.1
Diffstat (limited to 'run-tests.php')
| -rwxr-xr-x | run-tests.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/run-tests.php b/run-tests.php index 81f218b10..1043e191b 100755 --- a/run-tests.php +++ b/run-tests.php @@ -24,7 +24,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: run-tests.php 286503 2009-07-29 10:06:55Z cellog $ */ +/* $Id: run-tests.php 291972 2009-12-11 07:34:06Z jani $ */ /* Sanity check to ensure that pcre extension needed by this script is available. * In the event it is not, print a nice error message indicating that this script will @@ -634,7 +634,7 @@ if (isset($argc) && $argc > 1) { $html_output = is_resource($html_file); break; case '--version': - echo '$Revision: 286503 $' . "\n"; + echo '$Revision: 291972 $' . "\n"; exit(1); default: @@ -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); |
