]> granicus.if.org Git - php/commitdiff
make sure that we don't truncate the stack trace and cause false test failures when...
authorFerenc Kovacs <tyrael@php.net>
Tue, 2 Dec 2014 18:17:58 +0000 (19:17 +0100)
committerFerenc Kovacs <tyrael@php.net>
Tue, 2 Dec 2014 18:17:58 +0000 (19:17 +0100)
run-tests.php

index a2f552cfd49b848ffa74b9ebbd73eaef9ba74df1..08df7ca7091cd20b83b280b30409067c860ec956 100755 (executable)
@@ -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)