summaryrefslogtreecommitdiff
path: root/Makefile.global
diff options
context:
space:
mode:
authorYasuo Ohgaki <yohgaki@php.net>2002-10-23 01:21:04 +0000
committerYasuo Ohgaki <yohgaki@php.net>2002-10-23 01:21:04 +0000
commit4dfba15201336c164640b61bd8a09a547aaadf6a (patch)
tree50a17048cb94d2f4d8e77b3adbe72fbb71e69cf4 /Makefile.global
parentcdecc42086f57b2b1db1b08fb40a4156ab9b0d8b (diff)
downloadphp-git-4dfba15201336c164640b61bd8a09a547aaadf6a.tar.gz
Fixed buffring issue again.
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 29e9a551ad..99050b739d 100644
--- a/Makefile.global
+++ b/Makefile.global
@@ -49,7 +49,7 @@ install-su: install-pear install-tester
test: $(SAPI_CLI_PATH)
@TEST_PHP_EXECUTABLE=$(top_builddir)/$(SAPI_CLI_PATH) \
TEST_PHP_SRCDIR=$(top_srcdir) \
- $(top_builddir)/$(SAPI_CLI_PATH) $(top_srcdir)/run-tests.php $(TESTS)
+ $(top_builddir)/$(SAPI_CLI_PATH) -c $(top_srcdir)/php.ini-dist $(top_srcdir)/run-tests.php $(TESTS)
clean:
find . -name \*.lo -o -name \*.o | xargs rm -f