Skip to content

Commit b28c3eb

Browse files
committed
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
1 parent 84be568 commit b28c3eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

run-tests.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ function verify_config()
240240
'ignore_repeated_errors=0',
241241
'precision=14',
242242
'memory_limit=128M',
243+
'log_errors_max_len=0',
243244
);
244245

245246
function write_information($show_html)

0 commit comments

Comments
 (0)