mirror of
https://github.com/php/php-src.git
synced 2025-01-19 10:13:38 +08:00
- Drop dependency on fixed php.ini
This commit is contained in:
parent
5a84ae6489
commit
0e15cf7ac9
@ -48,7 +48,7 @@ install-su: install-pear install-tester
|
||||
|
||||
test: $(SAPI_CLI_PATH)
|
||||
@TEST_PHP_EXECUTABLE=$(top_builddir)/$(SAPI_CLI_PATH) \
|
||||
$(top_builddir)/$(SAPI_CLI_PATH) -c php.ini-dist $(top_srcdir)/run-tests.php $(TESTS)
|
||||
$(top_builddir)/$(SAPI_CLI_PATH) $(top_srcdir)/run-tests.php $(TESTS)
|
||||
|
||||
clean:
|
||||
find . -name \*.lo -o -name \*.o | xargs rm -f
|
||||
|
Loading…
Reference in New Issue
Block a user