summaryrefslogtreecommitdiff
path: root/run-tests.php
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2014-12-02 19:19:30 +0100
committerFerenc Kovacs <tyrael@php.net>2014-12-02 19:19:30 +0100
commit7296f9ddfc026b8bce436c8668fbc300c1f553d5 (patch)
tree326477d65a5242a53f7c0ae5f0adc5e5fa466bdd /run-tests.php
parent1ad5d8d9e71d2a9db72afac7817600190ff5e263 (diff)
parentd81b7c445099bcf35516eb04016c3a825f74ac45 (diff)
downloadphp-git-7296f9ddfc026b8bce436c8668fbc300c1f553d5.tar.gz
Merge branch 'PHP-5.6'
* PHP-5.6: 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-xrun-tests.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/run-tests.php b/run-tests.php
index e2d0f9987f..fec6e72416 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',
'opcache.fast_shutdown=0',
'opcache.file_update_protection=0',
);