commit 5f32609b03d14067cdd6e7ed65c8f9a445cff502
parent 3995321e8bf3820f339524ab2bfbd6d5eb864322
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date: Tue, 2 Jan 2018 16:05:40 +0100
sharper check of landing
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/buildbot/checks.sh b/buildbot/checks.sh
@@ -50,7 +50,7 @@ fi
if ! test 302 = $(curl \
-H "X-Taler-Deployment-Color: $nonactive" \
- -s https://test.taler.net/ -o /dev/null \
+ -s https://test.taler.net/en/index.html -o /dev/null \
-w "%{http_code}"); then
echo Landing page did not restart correctly
exit 1