summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2017-12-18 19:45:46 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2017-12-18 19:45:46 +0100
commit18b58c57349411ae7dc45b5208eb561cb51da4b4 (patch)
tree25825c8d47b8689911846455516be5bb891b6902
parent6cc322f48df8a2a78b6dbdf86af607c1a31de2b9 (diff)
downloaddeployment-18b58c57349411ae7dc45b5208eb561cb51da4b4.tar.gz
deployment-18b58c57349411ae7dc45b5208eb561cb51da4b4.tar.bz2
deployment-18b58c57349411ae7dc45b5208eb561cb51da4b4.zip
bank wants 302
-rwxr-xr-xbuildbot/checks.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildbot/checks.sh b/buildbot/checks.sh
index c8a45aa..4a50237 100755
--- a/buildbot/checks.sh
+++ b/buildbot/checks.sh
@@ -40,7 +40,7 @@ if ! test 200 = $(curl \
exit 1
fi
-if ! test 200 = $(curl \
+if ! test 302 = $(curl \
-H "X-Taler-Deployment-Color: $nonactive" \
-s https://bank.test.taler.net/ -o /dev/null \
-w "%{http_code}"); then