diff options
author | Anatol Belski <ab@php.net> | 2016-10-29 03:17:29 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2016-10-29 03:17:29 +0200 |
commit | ddbcb2084aee71d1723b3ca39668010c1ba31124 (patch) | |
tree | 492380b7b437dbeb501767c71340d439db7b1ce4 /win32 | |
parent | 5b04a2187e2b12325b26e289df7f73e03cc4cda2 (diff) | |
download | php-git-ddbcb2084aee71d1723b3ca39668010c1ba31124.tar.gz |
fix test run with autogenerated ini
Diffstat (limited to 'win32')
-rw-r--r-- | win32/build/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/build/Makefile b/win32/build/Makefile index a46dfe4375..3ca135a484 100644 --- a/win32/build/Makefile +++ b/win32/build/Makefile @@ -156,7 +156,7 @@ test: set-test-env "$(BUILD_DIR)\php.exe" -d open_basedir= -d output_buffering=0 run-tests.php $(TESTS) -p "$(BUILD_DIR)\php.exe" !else test: set-test-env - "$(BUILD_DIR)\php.exe" -c $(PHP_TEST_INI_PATH) -d open_basedir= -d output_buffering=0 run-tests.php $(TESTS) -p "$(BUILD_DIR)\php.exe" + "$(BUILD_DIR)\php.exe" -n -c $(PHP_TEST_INI_PATH) -d open_basedir= -d output_buffering=0 -d memory_limit=-1 run-tests.php -p "$(BUILD_DIR)\php.exe" -n -c $(PHP_TEST_INI_PATH) $(TESTS) !endif build-snap: generated_files |