Skip to content

Commit 51dfba3

Browse files
committed
Show all tests on AppVeyor
This is a temporary measure to try to resolve the often failing mysqli_insert_packet_overflow.phpt issue. Unfortunately, I have not been able to reproduce the test failure locally, or in my php-src fork.
1 parent af67b06 commit 51dfba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor/test_task.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ mkdir c:\tests_tmp
9696
set TEST_PHP_JUNIT=c:\junit.out.xml
9797

9898
cd "%APPVEYOR_BUILD_FOLDER%"
99-
nmake test TESTS="%OPCACHE_OPTS% -q --offline --show-diff --show-slow 1000 --set-timeout 120 -g FAIL,XFAIL,BORK,WARN,LEAK,SKIP --temp-source c:\tests_tmp --temp-target c:\tests_tmp %PARALLEL%"
99+
nmake test TESTS="%OPCACHE_OPTS% -q --offline --show-diff --show-slow 1000 --set-timeout 120 --temp-source c:\tests_tmp --temp-target c:\tests_tmp %PARALLEL%"
100100

101101
set EXIT_CODE=%errorlevel%
102102

0 commit comments

Comments
 (0)