]> granicus.if.org Git - php/commitdiff
Be nice to php.ini-recommended users.
authorYasuo Ohgaki <yohgaki@php.net>
Fri, 12 Apr 2002 01:13:01 +0000 (01:13 +0000)
committerYasuo Ohgaki <yohgaki@php.net>
Fri, 12 Apr 2002 01:13:01 +0000 (01:13 +0000)
php.ini-recommended uses output buffer resulting delayed output during
"make test". User php.ini file is used anyway, since run-tests.php
invoke php for each test from there.

Makefile.global

index 7f221571c70be395ef9ecd9f987e499fe12c99b6..4bcfb77dc086d8effc45f82c6fd1dea3bc7e3317 100644 (file)
@@ -58,7 +58,7 @@ install-su: install-pear install-tester
 
 test: sapi/cli/php
        TOP_BUILDDIR=$(top_builddir) TOP_SRCDIR=$(top_srcdir) \
-                       $(top_builddir)/sapi/cli/php $(top_srcdir)/run-tests.php $(TESTS)
+                       $(top_builddir)/sapi/cli/php -c php.ini-dist $(top_srcdir)/run-tests.php $(TESTS)
 
 clean:
        find . -name \*.lo -o -name \*.o -o -name \*.la -o -name \*.a| xargs rm -f