gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: log failure cause better


From: gnunet
Subject: [taler-deployment] branch master updated: log failure cause better
Date: Sun, 23 Feb 2020 20:32:59 +0100

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

grothoff pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new e13dd2e  log failure cause better
e13dd2e is described below

commit e13dd2e03cf883ab5a6b27dcf2ba5db748d919d1
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Feb 23 20:31:51 2020 +0100

    log failure cause better
---
 buildbot/make_auditor_reports.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/buildbot/make_auditor_reports.sh b/buildbot/make_auditor_reports.sh
index 4009b60..8fd2284 100755
--- a/buildbot/make_auditor_reports.sh
+++ b/buildbot/make_auditor_reports.sh
@@ -43,6 +43,7 @@ CONFIG_FILE=${TALER_HOME}/.config/taler.conf
 # Generate first report.
 echo "Running taler-auditor"
 if ! taler-auditor -c ${CONFIG_FILE} > "${REPORT_FILE_NOEXT}.txt"; then
+  echo "taler-auditor failed"
   clean_files
   exit 1
 fi
@@ -50,7 +51,8 @@ fi
 # Generate "wire" report.
 echo "Running taler-wire-auditor"
 if ! taler-wire-auditor -c ${CONFIG_FILE} > "${WIRE_REPORT_FILE_NOEXT}.txt"; 
then
-  clean_files
+  echo "taler-wire-auditor failed"
+#  clean_files
   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]