From f83871a71de3a4fdb4ee7ab6dc96c02c914ca2bb Mon Sep 17 00:00:00 2001 From: Jani Taskinen Date: Wed, 21 Nov 2007 08:20:22 +0000 Subject: [PATCH] MFH:- 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 7ea3e55a9b..b54efad819 100755 --- a/run-tests.php +++ b/run-tests.php @@ -174,6 +174,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