summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladislav Vaintroub <wlad@mariadb.com>2020-11-06 00:02:45 +0100
committerGitHub <noreply@github.com>2020-11-06 00:02:45 +0100
commitab1b4bfb5e57ac6db17e93d143a07865045359bc (patch)
tree68593aaffccc9bf78684d0be58ce067c402276f3
parentcab5c00a9ebcf674fbb37fb133547cb6b8762fdb (diff)
downloadmariadb-git-bb-10.6-wlad-MDEV-23959.tar.gz
Test auth_gssapi on appveyorbb-10.6-wlad-MDEV-23959
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 4c83cb100b0..d4bc3af81f8 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -16,6 +16,6 @@ platform: x64
test_script:
- set PATH=%PATH%;C:\Program Files (x86)\Windows Kits\10\Debuggers\x64
- cd %APPVEYOR_BUILD_FOLDER%\win_build\mysql-test
- - perl mysql-test-run.pl --force --max-test-fail=10 --parallel=4 --testcase-timeout=10 --skip-test-list=unstable-tests --suite=main
+ - perl mysql-test-run.pl --force --max-test-fail=10 --parallel=4 --testcase-timeout=10 --skip-test-list=unstable-tests --suite=main,auth_gssapi
image: Visual Studio 2019