gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: debug


From: gnunet
Subject: [taler-deployment] branch master updated: debug
Date: Tue, 21 Jul 2020 18:43:32 +0200

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

ms pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new d0a4669  debug
d0a4669 is described below

commit d0a4669da76f32232c9c189eb7828843dea2b6d7
Author: MS <ms@taler.net>
AuthorDate: Tue Jul 21 18:43:28 2020 +0200

    debug
---
 bin/taler-config-instances | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/bin/taler-config-instances b/bin/taler-config-instances
index 608e00d..168cbf7 100755
--- a/bin/taler-config-instances
+++ b/bin/taler-config-instances
@@ -14,8 +14,7 @@ INSTANCE_CONFIG_URL = 
"{}/private/instances".format(MERCHANT_BACKEND_BASE_URL)
 def expectResponse(response, expected_status_code):
     if response.status_code != expected_status_code:
         print("Configuration failed on URL: {}".format(response.url))
-        # stdout/stderr from both services is A LOT of text.
-        # Confusing to dump all that to console.
+        print(response.text)
         exit(1)
     # Allows for finer grained checks.
     return response

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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