From 3a7aee2472f116cf4714b8ea7c7d087a6521be15 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Wed, 3 May 2006 21:37:16 +0000 Subject: [PATCH] - remove debug part nota bene, there is still work in this area, but this is a start --- run-tests.php | 1 - 1 file changed, 1 deletion(-) diff --git a/run-tests.php b/run-tests.php index ad72c02052..f5b39e643c 100755 --- a/run-tests.php +++ b/run-tests.php @@ -1306,7 +1306,6 @@ TEST $file $env['CONTENT_LENGTH'] = $content_length; $cmd = "$php$pass_options$ini_settings -f \"$test_file\" 2>&1 < $tmp_post"; - save_text('/home/pierre/cmd.txt', $cmd); } else { $env['REQUEST_METHOD'] = 'GET'; -- 2.50.1