summaryrefslogtreecommitdiff
path: root/azure-pipelines
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2019-10-25 12:24:34 +0100
committerEdward Thomson <ethomson@edwardthomson.com>2020-01-24 10:16:36 -0600
commitbf55facf15e5b6897ff7305162a77d92089f6c82 (patch)
treec244548a468fb4c198d9a61a0039183416ce7bbe /azure-pipelines
parent7372573b5f1113b8522e2588fac1c529ddcedb0a (diff)
downloadlibgit2-bf55facf15e5b6897ff7305162a77d92089f6c82.tar.gz
tests: allow users to use expect/continue
Diffstat (limited to 'azure-pipelines')
-rwxr-xr-xazure-pipelines/test.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/azure-pipelines/test.sh b/azure-pipelines/test.sh
index 2fa3db5b8..cffe03657 100755
--- a/azure-pipelines/test.sh
+++ b/azure-pipelines/test.sh
@@ -225,6 +225,18 @@ if [ -z "$SKIP_NEGOTIATE_TESTS" -a -n "$GITTEST_NEGOTIATE_PASSWORD" ]; then
unset GITTEST_REMOTE_URL
unset GITTEST_REMOTE_DEFAULT
+ echo ""
+ echo "Running SPNEGO tests (expect/continue)"
+ echo ""
+
+ export GITTEST_REMOTE_URL="https://test.libgit2.org/kerberos/empty.git"
+ export GITTEST_REMOTE_DEFAULT="true"
+ export GITTEST_REMOTE_EXPECTCONTINUE="true"
+ run_test authenticate
+ unset GITTEST_REMOTE_URL
+ unset GITTEST_REMOTE_DEFAULT
+ unset GITTEST_REMOTE_EXPECTCONTINUE
+
kdestroy -A
fi