summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2005-08-30 18:41:42 +0000
committerMarcus Boerger <helly@php.net>2005-08-30 18:41:42 +0000
commit9ce645e2fafed367ffcdc1f860ce271244933e20 (patch)
tree417f936832eb11a243aecd9d816589b9945be6db
parent0165ab6251aca20a28b1befa3b0e4749bd05a5da (diff)
downloadphp-git-9ce645e2fafed367ffcdc1f860ce271244933e20.tar.gz
- run-tests2.php was renamed into server-tests.php (missing part)
-rwxr-xr-x[-rw-r--r--]server-tests-config.php (renamed from run-tests-config.php)2
-rwxr-xr-xserver-tests.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/run-tests-config.php b/server-tests-config.php
index 4ac21d7d4c..3866de6d32 100644..100755
--- a/run-tests-config.php
+++ b/server-tests-config.php
@@ -1,7 +1,7 @@
<?php
/* this file may be duplicated to provide testing for
multiple php binaries or configurations. It is used
- with the -c option on run_tests2.php. All these
+ with the -c option on server_tests.php. All these
settings will also go into the environment for tests
that are directly executed, so you can also set things
like PHPRC here to force an executable to use a
diff --git a/server-tests.php b/server-tests.php
index 5662edb70d..dd135e0c87 100755
--- a/server-tests.php
+++ b/server-tests.php
@@ -420,7 +420,7 @@ class testHarness {
public $cwd;
public $xargs = array(
#arg env var value default description
- 'c' => 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'),