mirror of
https://github.com/php/php-src.git
synced 2024-11-25 10:54:15 +08:00
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.
This commit is contained in:
parent
eb43795ccb
commit
22919a4d36
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user