gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-deployment] branch master updated: Error message for


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: Error message for sanity checks.
Date: Wed, 08 Mar 2017 14:48:58 +0100

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new f1e2cc1  Error message for sanity checks.
f1e2cc1 is described below

commit f1e2cc161e5ece5c1a76e8fdb727de68b04ca93a
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Mar 8 14:48:49 2017 +0100

    Error message for sanity checks.
---
 taler-build/switch_check_exchange.sh | 1 +
 taler-build/switch_check_merchant.sh | 1 +
 2 files changed, 2 insertions(+)

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
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]