Skip to content

Commit 99baa01

Browse files
committed
- MFH (missing run-tests2.php rename part)
1 parent 0e2491f commit 99baa01

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

run-tests-config.php renamed to server-tests-config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/* this file may be duplicated to provide testing for
33
multiple php binaries or configurations. It is used
4-
with the -c option on run_tests2.php. All these
4+
with the -c option on server_tests.php. All these
55
settings will also go into the environment for tests
66
that are directly executed, so you can also set things
77
like PHPRC here to force an executable to use a

server-tests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ class testHarness {
420420
public $cwd;
421421
public $xargs = array(
422422
#arg env var value default description
423-
'c' => array('' ,'file' ,NULL ,'configuration file, see run-tests-config.php for example'),
423+
'c' => array('' ,'file' ,NULL ,'configuration file, see server-tests-config.php for example'),
424424
'd' => array('TEST_PATHS' ,'paths' ,NULL ,'colon seperate path list'),
425425
'e' => array('TEST_PHP_ERROR_STYLE','EMACS|MSVC' ,'EMACS' ,'editor error style'),
426426
'h' => array('' ,'' ,NULL ,'this help'),

0 commit comments

Comments
 (0)