commit f1e2cc161e5ece5c1a76e8fdb727de68b04ca93a parent 5f3520ec8e8db6a7d686903fa6ed6cef62d37fe6 Author: Marcello Stanisci <marcello.stanisci@inria.fr> Date: Wed, 8 Mar 2017 14:48:49 +0100 Error message for sanity checks. Diffstat:
| M | taler-build/switch_check_exchange.sh | | | 1 | + |
| M | taler-build/switch_check_merchant.sh | | | 1 | + |
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/taler-build/switch_check_exchange.sh b/taler-build/switch_check_exchange.sh @@ -6,6 +6,7 @@ status_code2=$(curl -s -o /dev/null -w "%{http_code}" https://exchange.test.tale if test \ $status_code1 = 502 -o \ $status_code2 = 502; then + echo Either \"/\" or \"/keys\" gave 502. exit 1 fi exit 0 diff --git a/taler-build/switch_check_merchant.sh b/taler-build/switch_check_merchant.sh @@ -10,6 +10,7 @@ if test \ $status_code2 = 502 -o \ $status_code3 = 502 -o \ $status_code4 = 502; then + echo Either \"/\" or \"/proposal\" gave 502. exit 1 fi