gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: more logging


From: gnunet
Subject: [taler-exchange] branch master updated: more logging
Date: Mon, 01 Apr 2024 02:21:42 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 45f388a05 more logging
45f388a05 is described below

commit 45f388a05a105975cdcbeab0892a2fe78a8a4416
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Apr 1 02:21:39 2024 +0200

    more logging
---
 contrib/ci/jobs/2-test/test.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/contrib/ci/jobs/2-test/test.sh b/contrib/ci/jobs/2-test/test.sh
index 7cc8b8a9d..882410a98 100755
--- a/contrib/ci/jobs/2-test/test.sh
+++ b/contrib/ci/jobs/2-test/test.sh
@@ -29,9 +29,11 @@ print_logs()
 {
        for i in src/*/test-suite.log
        do
+               echo "Printing ${i}"
+        cat "$i"
                for FAILURE in $(grep '^FAIL:' ${i} | cut -d' ' -f2)
                do
-                       echo "Printing ${FAILURE}.log"
+                       echo "Printing $(dirname $i)/${FAILURE}.log"
                        cat "$(dirname $i)/${FAILURE}.log"
                done
        done

-- 
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]