commit b4ef81349ee8b9115f25bc052cbc1ca8c881a64e
parent 18b58c57349411ae7dc45b5208eb561cb51da4b4
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date: Mon, 18 Dec 2017 19:47:14 +0100
landing page wants 302
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/buildbot/checks.sh b/buildbot/checks.sh
@@ -48,7 +48,7 @@ if ! test 302 = $(curl \
exit 1
fi
-if ! test 200 = $(curl \
+if ! test 302 = $(curl \
-H "X-Taler-Deployment-Color: $nonactive" \
-s https://test.taler.net/ -o /dev/null \
-w "%{http_code}"); then