summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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%