From 4c044e7361258d7a2e6525ad4376babc243b1379 Mon Sep 17 00:00:00 2001 From: Jani Taskinen Date: Wed, 21 Nov 2007 08:20:11 +0000 Subject: [PATCH] - Fixed bug #43035: ignore_repeated_errors=On causes lot of tests to fail --- run-tests.php | 1 + 1 file changed, 1 insertion(+) diff --git a/run-tests.php b/run-tests.php index e954d09908..dcd7f3f992 100755 --- a/run-tests.php +++ b/run-tests.php @@ -162,6 +162,7 @@ $ini_overwrites = array( 'auto_prepend_file=', 'auto_append_file=', 'magic_quotes_runtime=0', + 'ignore_repeated_errors=0', ); function write_information($show_html) -- 2.50.1