From ddbcb2084aee71d1723b3ca39668010c1ba31124 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Sat, 29 Oct 2016 03:17:29 +0200 Subject: [PATCH] fix test run with autogenerated ini --- win32/build/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0