]> granicus.if.org Git - php/commitdiff
- run-tests2.php was renamed into server-tests.php (missing part)
authorMarcus Boerger <helly@php.net>
Tue, 30 Aug 2005 18:41:42 +0000 (18:41 +0000)
committerMarcus Boerger <helly@php.net>
Tue, 30 Aug 2005 18:41:42 +0000 (18:41 +0000)
server-tests-config.php [moved from run-tests-config.php with 97% similarity, mode: 0755]
server-tests.php

old mode 100644 (file)
new mode 100755 (executable)
similarity index 97%
rename from run-tests-config.php
rename to server-tests-config.php
index 4ac21d7..3866de6
@@ -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
index 5662edb70daf1a80210b93f2a9d97c7a635e7863..dd135e0c8710849de72447f7c25675ba7ba5e0e2 100755 (executable)
@@ -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'),