From: Pierre Joye Date: Thu, 19 Jun 2008 21:09:43 +0000 (+0000) Subject: - remove debug code X-Git-Tag: php-5.3.0alpha1~708 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6d63a0d9d121dc86d4e33d063efb974ce515fb09;p=php - remove debug code --- diff --git a/run-tests.php b/run-tests.php index 8f09e3f82e..0ef03f7e97 100755 --- a/run-tests.php +++ b/run-tests.php @@ -875,7 +875,7 @@ function mail_qa_team($data, $compression, $status = FALSE) function save_text($filename, $text, $filename_copy = null) { global $DETAILED; -file_put_contents('steph.test.again.php', $text); + if ($filename_copy && $filename_copy != $filename) { if (@file_put_contents($filename_copy, $text) === false) { error("Cannot open file '" . $filename_copy . "' (save_text)");