Skip to content

Commit 8cb2373

Browse files
committed
Revert "Show eventual output of clean sections"
This reverts commit 5eb4ab0. The temporary hack has served its purpose.
1 parent 1b98151 commit 8cb2373

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

run-tests.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2494,10 +2494,7 @@ function run_test($php, $file, $env)
24942494
if (!$no_clean) {
24952495
$extra = !IS_WINDOWS ?
24962496
"unset REQUEST_METHOD; unset QUERY_STRING; unset PATH_TRANSLATED; unset SCRIPT_FILENAME; unset REQUEST_METHOD;" : "";
2497-
$clean_output = system_with_timeout("$extra $php $pass_options $extra_options -q $orig_ini_settings $no_file_cache \"$test_clean\"", $env);
2498-
if (trim($clean_output) != '') {
2499-
echo "\nCLEAN OUTPUT: $file: $clean_output\n";
2500-
}
2497+
system_with_timeout("$extra $php $pass_options $extra_options -q $orig_ini_settings $no_file_cache \"$test_clean\"", $env);
25012498
}
25022499

25032500
if (!$cfg['keep']['clean']) {

0 commit comments

Comments
 (0)