Skip to content

Instantly share code, notes, and snippets.

@dstogov
Created March 5, 2019 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dstogov/2f83d935dcfffd074f92c2a4684632c4 to your computer and use it in GitHub Desktop.
Save dstogov/2f83d935dcfffd074f92c2a4684632c4 to your computer and use it in GitHub Desktop.
diff --git a/win32/build/Makefile b/win32/build/Makefile
index d0a2d4e1fb..ab41612ad7 100644
--- a/win32/build/Makefile
+++ b/win32/build/Makefile
@@ -193,7 +193,7 @@ run: set-tmp-env
$(DEBUGGER_CMD) $(DEBUGGER_ARGS) "$(BUILD_DIR)\php.exe" $(ARGS)
!else
test: set-tmp-env
- $(DEBUGGER_CMD) $(DEBUGGER_ARGS) "$(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)
+ $(DEBUGGER_CMD) $(DEBUGGER_ARGS) "$(BUILD_DIR)\php.exe" -n -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)
run: set-tmp-env
$(DEBUGGER_CMD) $(DEBUGGER_ARGS) "$(BUILD_DIR)\php.exe" -n -c $(PHP_TEST_INI_PATH) $(ARGS)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment