summaryrefslogtreecommitdiff
path: root/appveyor
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-05-26 17:46:56 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2020-05-26 17:46:56 +0200
commitd2508ef94704b10332e2af2ed0c09d0012cffd69 (patch)
treedbd8a1d5057d383b407e38dc0f963d10de2cbe9f /appveyor
parent31e410e0980e5c9272c4e4d00ef99c6b50fe0499 (diff)
parent9fad9addb5707efe96dc5b9eeea4e4f00816d1f6 (diff)
downloadphp-git-d2508ef94704b10332e2af2ed0c09d0012cffd69.tar.gz
Merge branch 'PHP-7.4'
* PHP-7.4: Enable phpdbg tests on AppVeyor Make phpdbg test portable Fix several mostly Windows related phpdbg bugs Fix #73926: phpdbg will not accept input on restart execution
Diffstat (limited to 'appveyor')
-rw-r--r--appveyor/test_task.bat4
1 files changed, 4 insertions, 0 deletions
diff --git a/appveyor/test_task.bat b/appveyor/test_task.bat
index aede8f4a04..c38eb27901 100644
--- a/appveyor/test_task.bat
+++ b/appveyor/test_task.bat
@@ -89,6 +89,10 @@ if not exist "%PHP_BUILD_CACHE_ENCHANT_DICT_DIR%\en_US.aff" (
mkdir %LOCALAPPDATA%\enchant\hunspell
copy %PHP_BUILD_CACHE_ENCHANT_DICT_DIR%\* %LOCALAPPDATA%\enchant\hunspell
+set TEST_PHPDBG_EXECUTABLE=%PHP_BUILD_OBJ_DIR%\Release
+if "%THREAD_SAFE%" equ "1" set TEST_PHPDBG_EXECUTABLE=%TEST_PHPDBG_EXECUTABLE%_TS
+set TEST_PHPDBG_EXECUTABLE=%TEST_PHPDBG_EXECUTABLE%\phpdbg.exe
+
mkdir c:\tests_tmp
set TEST_PHP_JUNIT=c:\junit.out.xml