summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2014-12-02 19:17:58 +0100
committerFerenc Kovacs <tyrael@php.net>2014-12-02 19:17:58 +0100
commitb28c3eb47ebe41947638bbdf24e3bcb563b25b66 (patch)
treef447795c5ac32554bfd91e1f621262dd9bb93e85
parent84be568366e50f76818abfbd49ca623ead809606 (diff)
downloadphp-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
-rwxr-xr-xrun-tests.php1
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)