summaryrefslogtreecommitdiff
path: root/Makefile.global
diff options
context:
space:
mode:
authorYasuo Ohgaki <yohgaki@php.net>2002-04-12 01:13:01 +0000
committerYasuo Ohgaki <yohgaki@php.net>2002-04-12 01:13:01 +0000
commit22919a4d36e04375c869251179b8832adc29f8ea (patch)
treed7ae20dc6f5311362addcb2212882425f359255d /Makefile.global
parenteb43795ccb9ee1f1a6d9e0a3b4cc072195655108 (diff)
downloadphp-git-22919a4d36e04375c869251179b8832adc29f8ea.tar.gz
Be nice to php.ini-recommended users.
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.
Diffstat (limited to 'Makefile.global')
-rw-r--r--Makefile.global2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.global b/Makefile.global
index 7f221571c7..4bcfb77dc0 100644
--- a/Makefile.global
+++ b/Makefile.global
@@ -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