From b28c3eb47ebe41947638bbdf24e3bcb563b25b66 Mon Sep 17 00:00:00 2001 From: Ferenc Kovacs Date: Tue, 2 Dec 2014 19:17:58 +0100 Subject: [PATCH] make sure that we don't truncate the stack trace and cause false test failures when the test is executed in a directory with long path --- run-tests.php | 1 + 1 file changed, 1 insertion(+) diff --git a/run-tests.php b/run-tests.php index a2f552cfd4..08df7ca709 100755 --- a/run-tests.php +++ b/run-tests.php @@ -240,6 +240,7 @@ $ini_overwrites = array( 'ignore_repeated_errors=0', 'precision=14', 'memory_limit=128M', + 'log_errors_max_len=0', ); function write_information($show_html) -- 2.40.0