mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
MFH: Lets pass the built php binary to run-tests.php's -p parameter
This commit is contained in:
parent
a9ddcbf162
commit
e9d289289b
@ -113,10 +113,7 @@ clean-all:
|
||||
-@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
|
||||
|
||||
test:
|
||||
<<test_suite_uses_lame_env_vars.bat
|
||||
set TEST_PHP_EXECUTABLE=$(BUILD_DIR)\php.exe
|
||||
$(BUILD_DIR)\php.exe -d open_basedir= -d safe_mode=0 -d output_buffering=0 run-tests.php $(TESTS)
|
||||
<<NOKEEP
|
||||
"$(BUILD_DIR)\php.exe" -d open_basedir= -d output_buffering=0 run-tests.php $(TESTS) -p "$(BUILD_DIR)\php.exe"
|
||||
|
||||
build-snap: generated_files
|
||||
SET PATH=$(PATH);$(PHP_BUILD)\bin
|
||||
|
Loading…
Reference in New Issue
Block a user