File tree Expand file tree Collapse file tree 1 file changed +1
-18
lines changed
Expand file tree Collapse file tree 1 file changed +1
-18
lines changed Original file line number Diff line number Diff line change @@ -51,24 +51,7 @@ if %errorlevel% neq 0 (
5151
5252echo .
5353echo Running async extension tests...
54- echo Current directory: %CD%
55- echo Checking for test directories:
56- if exist ..\ext\async\tests (
57- echo FOUND: ..\ext\async\tests
58- echo Running tests from ..\ext\async\tests
59- php.exe run-tests.php --no-progress --show-diff ..\ext\async\tests
60- ) else if exist ext\async\tests (
61- echo FOUND: ext\async\tests
62- echo Running tests from ext\async\tests
63- php.exe run-tests.php --no-progress --show-diff ext\async\tests
64- ) else (
65- echo ERROR: Cannot find async tests directory
66- echo Looking for test directories:
67- dir ..\ext\async\ 2 > NUL
68- dir ext\async\ 2 > NUL
69- dir .\ext\async\ 2 > NUL
70- exit /b 1
71- )
54+ php.exe ..\..\run-tests.php --show-diff ..\ext\async\tests
7255
7356set TEST_EXIT_CODE = %errorlevel%
7457
You can’t perform that action at this time.
0 commit comments