]> granicus.if.org Git - php/commitdiff
Revert "Show eventual output of clean sections"
authorChristoph M. Becker <cmbecker69@gmx.de>
Thu, 30 Apr 2020 07:51:10 +0000 (09:51 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Thu, 30 Apr 2020 07:51:10 +0000 (09:51 +0200)
This reverts commit 5eb4ab07f27c82336d337afa01d02a7bf574adaf.
The temporary hack has served its purpose.

run-tests.php

index 1432cf173649e4bfa56bef6d73c6881bde3bbed0..7773202d02aaecd5ba775643ad6ead0325777c7c 100755 (executable)
@@ -2494,10 +2494,7 @@ COMMAND $cmd
             if (!$no_clean) {
                 $extra = !IS_WINDOWS ?
                     "unset REQUEST_METHOD; unset QUERY_STRING; unset PATH_TRANSLATED; unset SCRIPT_FILENAME; unset REQUEST_METHOD;" : "";
-                $clean_output = system_with_timeout("$extra $php $pass_options $extra_options -q $orig_ini_settings $no_file_cache \"$test_clean\"", $env);
-                if (trim($clean_output) != '') {
-                    echo "\nCLEAN OUTPUT: $file: $clean_output\n";
-                }
+                system_with_timeout("$extra $php $pass_options $extra_options -q $orig_ini_settings $no_file_cache \"$test_clean\"", $env);
             }
 
             if (!$cfg['keep']['clean']) {