summaryrefslogtreecommitdiff
path: root/appveyor
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-04-27 14:57:07 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2020-04-27 14:57:07 +0200
commit51dfba3d7b77d3f7db430d2d41d2ecc1fd96988e (patch)
tree0f58036f2c3955013e6bbf6d9c09921f3077b6ba /appveyor
parentaf67b06995619ecadce4180fbeb49e851c8ec999 (diff)
downloadphp-git-51dfba3d7b77d3f7db430d2d41d2ecc1fd96988e.tar.gz
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.
Diffstat (limited to 'appveyor')
-rw-r--r--appveyor/test_task.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor/test_task.bat b/appveyor/test_task.bat
index 9a4913c2df..b4eb02740e 100644
--- a/appveyor/test_task.bat
+++ b/appveyor/test_task.bat
@@ -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%