]> granicus.if.org Git - php/commitdiff
Fixed wrong description about CLI sapi usage.
authorYasuo Ohgaki <yohgaki@php.net>
Tue, 5 Mar 2002 07:57:05 +0000 (07:57 +0000)
committerYasuo Ohgaki <yohgaki@php.net>
Tue, 5 Mar 2002 07:57:05 +0000 (07:57 +0000)
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.

README.TESTING

index a849335ee9f20bf72c540cc96047af35738af7eb..85615d8aa708566cddcfd720a9251bb769a62249 100644 (file)
@@ -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