taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 96186074ac85657f942addf5edc8c320bc2bb93b
parent dd1933c43f5d456cea95cc0b79dbdcc049610577
Author: ms <ms@taler.net>
Date:   Fri, 16 Jul 2021 12:18:22 +0200

tip reserve check, e-mailing less text

Diffstat:
Mbuildbot/check_tip_reserve.py | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/buildbot/check_tip_reserve.py b/buildbot/check_tip_reserve.py @@ -55,6 +55,5 @@ for item in reserves: # FIXME, eventually, just check the largest amount left through # all the reserves. print(f"Largest tip reserve: {max_amount}") -print("\n\n\n\n\n\n\n") -print(f"=========================================") -print(f"FULL DUMP FROM THE BACKEND:\n{resp.text}") +print(f"=========================================", file=sys.stderr) +print(f"FULL DUMP FROM THE BACKEND:\n{resp.text}", file=sys.stderr)