diff options
author | Pierre Joye <pajoye@php.net> | 2006-05-03 21:37:16 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2006-05-03 21:37:16 +0000 |
commit | 3a7aee2472f116cf4714b8ea7c7d087a6521be15 (patch) | |
tree | 0ceef114a940b939993420b5450e262db7ff52b9 /run-tests.php | |
parent | 119266767927168210fc7c89aeba51d672752440 (diff) | |
download | php-git-3a7aee2472f116cf4714b8ea7c7d087a6521be15.tar.gz |
- remove debug part
nota bene, there is still work in this area, but this is a start
Diffstat (limited to 'run-tests.php')
-rwxr-xr-x | run-tests.php | 1 |
1 files changed, 0 insertions, 1 deletions
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'; |