summaryrefslogtreecommitdiff
path: root/buildbot/check_tip_reserve.py
diff options
context:
space:
mode:
authorms <ms@taler.net>2021-07-01 17:53:57 +0200
committerms <ms@taler.net>2021-07-01 17:53:57 +0200
commitf252b616f24d053fb417f1af42b2c064aa9d44ca (patch)
tree032c877ae90e7d0150750f4b18f9d40ce59e4442 /buildbot/check_tip_reserve.py
parenta326dd208c45aadf67c0083756ba01fa4239bd8e (diff)
downloaddeployment-f252b616f24d053fb417f1af42b2c064aa9d44ca.tar.gz
deployment-f252b616f24d053fb417f1af42b2c064aa9d44ca.tar.bz2
deployment-f252b616f24d053fb417f1af42b2c064aa9d44ca.zip
debug
Diffstat (limited to 'buildbot/check_tip_reserve.py')
-rwxr-xr-xbuildbot/check_tip_reserve.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/buildbot/check_tip_reserve.py b/buildbot/check_tip_reserve.py
index ba7ae7d..0c5e580 100755
--- a/buildbot/check_tip_reserve.py
+++ b/buildbot/check_tip_reserve.py
@@ -53,3 +53,5 @@ if total_amount.is_zero():
# FIXME, eventually, just check the largest amount left through
# all the reserves.
print(f"Tip money is available: {total_amount}")
+print(f"=========================================")
+print(f"FULL DUMP FROM THE BACKEND:\n{resp.text}")