summaryrefslogtreecommitdiff
path: root/taler-build
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2017-03-08 14:48:49 +0100
committerMarcello Stanisci <marcello.stanisci@inria.fr>2017-03-08 14:48:49 +0100
commitf1e2cc161e5ece5c1a76e8fdb727de68b04ca93a (patch)
treef3a3ae1d582c6e1f4d137f5051d6218ba7f338a9 /taler-build
parent5f3520ec8e8db6a7d686903fa6ed6cef62d37fe6 (diff)
downloaddeployment-f1e2cc161e5ece5c1a76e8fdb727de68b04ca93a.tar.gz
deployment-f1e2cc161e5ece5c1a76e8fdb727de68b04ca93a.tar.bz2
deployment-f1e2cc161e5ece5c1a76e8fdb727de68b04ca93a.zip
Error message for sanity checks.
Diffstat (limited to 'taler-build')
-rwxr-xr-xtaler-build/switch_check_exchange.sh1
-rwxr-xr-xtaler-build/switch_check_merchant.sh1
2 files changed, 2 insertions, 0 deletions
diff --git a/taler-build/switch_check_exchange.sh b/taler-build/switch_check_exchange.sh
index fdf1b5b..bce4a09 100755
--- 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
index 0561b03..c5b9beb 100755
--- 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