]> granicus.if.org Git - php/commitdiff
Show all tests on AppVeyor
authorChristoph M. Becker <cmbecker69@gmx.de>
Mon, 27 Apr 2020 12:57:07 +0000 (14:57 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Mon, 27 Apr 2020 12:57:07 +0000 (14:57 +0200)
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.

appveyor/test_task.bat

index 9a4913c2dfad295e9920c96b2d86304d66df2610..b4eb02740e4d73dd92ec260de45900478f99245f 100644 (file)
@@ -96,7 +96,7 @@ mkdir c:\tests_tmp
 set TEST_PHP_JUNIT=c:\junit.out.xml
 
 cd "%APPVEYOR_BUILD_FOLDER%"
-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%"
+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%"
 
 set EXIT_CODE=%errorlevel%