summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2008-06-19 21:09:43 +0000
committerPierre Joye <pajoye@php.net>2008-06-19 21:09:43 +0000
commit6d63a0d9d121dc86d4e33d063efb974ce515fb09 (patch)
treed768a585e4d85c91131d8166ad072716c2047e4d
parentc1b8065dcdf84c96f664d90c9f69d010a62dad29 (diff)
downloadphp-git-6d63a0d9d121dc86d4e33d063efb974ce515fb09.tar.gz
- remove debug code
-rwxr-xr-xrun-tests.php2
1 files changed, 1 insertions, 1 deletions
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)");