diff --git a/run-tests.php b/run-tests.php index 1432cf17364..7773202d02a 100755 --- a/run-tests.php +++ b/run-tests.php @@ -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']) {