From 99baa01aac47d8ea22b4a0873030b3d94fcaa43f Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Tue, 30 Aug 2005 18:44:07 +0000 Subject: [PATCH] - MFH (missing run-tests2.php rename part) --- run-tests-config.php => server-tests-config.php | 2 +- server-tests.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename run-tests-config.php => server-tests-config.php (97%) mode change 100644 => 100755 diff --git a/run-tests-config.php b/server-tests-config.php old mode 100644 new mode 100755 similarity index 97% rename from run-tests-config.php rename to server-tests-config.php index 4ac21d7d4c..3866de6d32 --- a/run-tests-config.php +++ b/server-tests-config.php @@ -1,7 +1,7 @@ array('' ,'file' ,NULL ,'configuration file, see run-tests-config.php for example'), + 'c' => array('' ,'file' ,NULL ,'configuration file, see server-tests-config.php for example'), 'd' => array('TEST_PATHS' ,'paths' ,NULL ,'colon seperate path list'), 'e' => array('TEST_PHP_ERROR_STYLE','EMACS|MSVC' ,'EMACS' ,'editor error style'), 'h' => array('' ,'' ,NULL ,'this help'), -- 2.50.1