summaryrefslogtreecommitdiff
path: root/buildbot
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-01-02 16:05:40 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2018-01-02 16:05:40 +0100
commit5f32609b03d14067cdd6e7ed65c8f9a445cff502 (patch)
tree07c20cdabc06026b9e4ff37e2827197292cedd6c /buildbot
parent3995321e8bf3820f339524ab2bfbd6d5eb864322 (diff)
downloaddeployment-5f32609b03d14067cdd6e7ed65c8f9a445cff502.tar.gz
deployment-5f32609b03d14067cdd6e7ed65c8f9a445cff502.tar.bz2
deployment-5f32609b03d14067cdd6e7ed65c8f9a445cff502.zip
sharper check of landing
Diffstat (limited to 'buildbot')
-rwxr-xr-xbuildbot/checks.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildbot/checks.sh b/buildbot/checks.sh
index 726d54e..c215bd5 100755
--- 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