diff options
author | Ferenc Kovacs <tyrael@php.net> | 2014-12-02 19:17:58 +0100 |
---|---|---|
committer | Ferenc Kovacs <tyrael@php.net> | 2014-12-02 19:17:58 +0100 |
commit | b28c3eb47ebe41947638bbdf24e3bcb563b25b66 (patch) | |
tree | f447795c5ac32554bfd91e1f621262dd9bb93e85 /run-tests.php | |
parent | 84be568366e50f76818abfbd49ca623ead809606 (diff) | |
download | php-git-b28c3eb47ebe41947638bbdf24e3bcb563b25b66.tar.gz |
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
Diffstat (limited to 'run-tests.php')
-rwxr-xr-x | run-tests.php | 1 |
1 files changed, 1 insertions, 0 deletions
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) |