summaryrefslogtreecommitdiff
path: root/run-tests.php
diff options
context:
space:
mode:
authorOndřej Surý <ondrej@sury.org>2010-01-08 13:08:00 +0100
committerOndřej Surý <ondrej@sury.org>2010-01-08 13:08:00 +0100
commit176cbd0bc99e20bb21f92f0b72df728eafc1e2ce (patch)
tree58b249aa9e26b7c5754abb2a78563eab074a950b /run-tests.php
parent10544de9849f8704aaeb54388e9795f2273202a0 (diff)
downloadphp-176cbd0bc99e20bb21f92f0b72df728eafc1e2ce.tar.gz
Imported Upstream version 5.2.12.dfsg.1upstream/5.2.12.dfsg.1
Diffstat (limited to 'run-tests.php')
-rwxr-xr-xrun-tests.php6
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);