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

This commit is contained in:
Ferenc Kovacs 2014-12-02 19:17:58 +01:00
parent 84be568366
commit b28c3eb47e

View File

@ -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)