commit da38039b7a3957b0825bf7ccc7114292d3b00c20
parent 551fbd857979c9e1f947a86f8f105966d8ec8cea
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date: Tue, 9 Jan 2018 17:15:27 +0100
check directly on /en/index.html for landing
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/buildbot/checks.sh b/buildbot/checks.sh
@@ -77,7 +77,7 @@ fi
http_status_code=$(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}")
if ! test 200 = $http_status_code; then
printf "$error_fmt" \