From 7a552596a4383050bce3a4f59e5d596a12a66fc1 Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Fri, 8 Nov 2002 01:11:05 +0000 Subject: [PATCH] This option is needed if we need to track errors inside the skip condition. --- run-tests.php | 1 + 1 file changed, 1 insertion(+) diff --git a/run-tests.php b/run-tests.php index 24b6ef8de6..bbef6ba55a 100755 --- a/run-tests.php +++ b/run-tests.php @@ -114,6 +114,7 @@ $settings = array( 'safe_mode=0', 'output_buffering=Off', 'output_handler=', + 'track_errors=1', 'zlib.output_compression=Off', 'auto_prepend_file=', 'auto_append_file=', -- 2.50.1