Skip to content

Commit 2ca4426

Browse files
committed
* fix Windows build -> test2
1 parent e054a08 commit 2ca4426

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

.github/scripts/windows/test_task.bat

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -51,24 +51,7 @@ if %errorlevel% neq 0 (
5151

5252
echo.
5353
echo 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

7356
set TEST_EXIT_CODE=%errorlevel%
7457

0 commit comments

Comments
 (0)