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: ux


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: ux
Date: Thu, 23 May 2019 17:48:19 +0200

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 7bb4c5f  ux
7bb4c5f is described below

commit 7bb4c5f47c85ebcc5439f8ca958d30e4b227da1d
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu May 23 17:48:11 2019 +0200

    ux
---
 taler-build/cat_failed.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/taler-build/cat_failed.sh b/taler-build/cat_failed.sh
index 6ea2ffb..7f57db1 100755
--- a/taler-build/cat_failed.sh
+++ b/taler-build/cat_failed.sh
@@ -14,6 +14,9 @@ cat_failed ()
   for trs in $(find "${1}" -name "*.trs") ; do
     if head -q -n1 < ${trs} | grep -q FAIL; then
       filename_log=$(echo ${trs}|sed -e 's/trs$/log/')
+      echo
+      echo "== DUMPING LOGS =="
+      echo
       cat ${filename_log}
     fi
   done

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



reply via email to

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