From 6d63a0d9d121dc86d4e33d063efb974ce515fb09 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Thu, 19 Jun 2008 21:09:43 +0000 Subject: [PATCH] - remove debug code --- run-tests.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)"); -- 2.50.1