[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-sync] branch master updated: dump logs
From: |
gnunet |
Subject: |
[taler-sync] branch master updated: dump logs |
Date: |
Sun, 18 Feb 2024 16:26:05 +0100 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository sync.
The following commit(s) were added to refs/heads/master by this push:
new ff140aa dump logs
ff140aa is described below
commit ff140aac909c77e7ec37e9d4630445c63fff67eb
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Feb 18 16:26:02 2024 +0100
dump logs
---
contrib/ci/jobs/2-test/test.sh | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/contrib/ci/jobs/2-test/test.sh b/contrib/ci/jobs/2-test/test.sh
index 7cd5093..0d2c586 100755
--- a/contrib/ci/jobs/2-test/test.sh
+++ b/contrib/ci/jobs/2-test/test.sh
@@ -29,13 +29,19 @@ print_logs()
for FAILURE in $(grep '^FAIL:' ${i} | cut -d' ' -f2)
do
echo "Printing ${FAILURE}.log"
+ echo "========BEGIN======"
cat "$(dirname $i)/${FAILURE}.log"
+ echo "=========END======="
+ echo "End of ${FAILURE}.log"
done
done
for LOGFILE in src/testing/*.log
do
echo "Printing ${LOGFILE}"
+ echo "========BEGIN======"
cat "${FAILURE}"
+ echo "=========END======="
+ echo "End of ${LOGFILE}"
done
}
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.