Skip to content

Commit e9d2892

Browse files
committed
MFH: Lets pass the built php binary to run-tests.php's -p parameter
1 parent a9ddcbf commit e9d2892

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

win32/build/Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,7 @@ clean-all:
113113
-@del /f /q $(BUILD_DIR)\*.res $(BUILD_DIR)\*.lib $(BUILD_DIR)\*.ilk $(BUILD_DIR)\*.pdb $(BUILD_DIR)\*.exp $(PHPDEF) $(BUILD_DIR)\*.rc $(BUILD_DIR)\*.dbg $(BUILD_DIR)\*.bin $(BUILD_DIR)\php*.dll $(BUILD_DIR)\php*.exe > NUL
114114

115115
test:
116-
<<test_suite_uses_lame_env_vars.bat
117-
set TEST_PHP_EXECUTABLE=$(BUILD_DIR)\php.exe
118-
$(BUILD_DIR)\php.exe -d open_basedir= -d safe_mode=0 -d output_buffering=0 run-tests.php $(TESTS)
119-
<<NOKEEP
116+
"$(BUILD_DIR)\php.exe" -d open_basedir= -d output_buffering=0 run-tests.php $(TESTS) -p "$(BUILD_DIR)\php.exe"
120117

121118
build-snap: generated_files
122119
SET PATH=$(PATH);$(PHP_BUILD)\bin

0 commit comments

Comments
 (0)