]> granicus.if.org Git - php/commitdiff
- MFH (missing run-tests2.php rename part)
authorMarcus Boerger <helly@php.net>
Tue, 30 Aug 2005 18:44:07 +0000 (18:44 +0000)
committerMarcus Boerger <helly@php.net>
Tue, 30 Aug 2005 18:44:07 +0000 (18:44 +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 5dae09a7b11570bb8816e37ca40b06414afa2435..e6a86f97084373e4859470c6a3028c4cc372a472 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'),