diff options
author | Yasuo Ohgaki <yohgaki@php.net> | 2002-03-05 07:57:05 +0000 |
---|---|---|
committer | Yasuo Ohgaki <yohgaki@php.net> | 2002-03-05 07:57:05 +0000 |
commit | 15ee6955c5728a97a4cd0532aca0614fa367f00a (patch) | |
tree | ccbbe6151abbd076b8253d3a2935d218c1eacec6 /README.TESTING | |
parent | 08fead5bb9f85e566a095c5b12dd5ec8fd4d38b7 (diff) | |
download | php-git-15ee6955c5728a97a4cd0532aca0614fa367f00a.tar.gz |
Fixed wrong description about CLI sapi usage.
Currently "make test" is running test script as
./sapi/cli/php -c php.ini-dist run-tests.php
"make test" does not work... I'm supposing this
will be changed to use CGI sapi for now.
Diffstat (limited to 'README.TESTING')
-rw-r--r-- | README.TESTING | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/README.TESTING b/README.TESTING index a849335ee9..85615d8aa7 100644 --- a/README.TESTING +++ b/README.TESTING @@ -23,10 +23,9 @@ like [Which "php" executable "make test" look for] --------------------------------------------- - "make test" executes "run-tests.php" script with "./sapi/cli/php". -Although, "run-tests.php" is executed by CLI SAPI binary, test -scripts must be executed by CGI SAPI. Therefore, you must build -PHP with CGI SAPI to perform tests. + "make test" executes "run-tests.php" script with "./php". +Test scripts must be executed by CGI SAPI. Therefore, you +must build PHP with CGI SAPI to perform tests. "run-tests.php" look for "php" executable in build top directory, then look for search path. Therefore, if you have "php" executable |