summaryrefslogtreecommitdiff
path: root/run-tests.php
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-04-30 09:51:10 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2020-04-30 09:51:10 +0200
commit8cb237345a50f724aca35133da7155b6bc47d133 (patch)
tree1779f0b18e20bc3079246944be046fb6c5967719 /run-tests.php
parent1b98151734dedc4a580eae7f1f267edcb4198aa6 (diff)
downloadphp-git-8cb237345a50f724aca35133da7155b6bc47d133.tar.gz
Revert "Show eventual output of clean sections"
This reverts commit 5eb4ab07f27c82336d337afa01d02a7bf574adaf. The temporary hack has served its purpose.
Diffstat (limited to 'run-tests.php')
-rwxr-xr-xrun-tests.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/run-tests.php b/run-tests.php
index 1432cf1736..7773202d02 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']) {