- MFH (missing run-tests2.php rename part)

This commit is contained in:
Marcus Boerger 2005-08-30 18:44:07 +00:00
parent 0e2491f553
commit 99baa01aac
2 changed files with 2 additions and 2 deletions

2
run-tests-config.php → server-tests-config.php Normal file → Executable file
View file

@ -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

View file

@ -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'),