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 01:49:08 +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 7260d20d1 -more logging
7260d20d1 is described below

commit 7260d20d1fdc2cfeb1b5634f023aba1ed87fdae2
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Mar 31 23:49:05 2024 +0200

    -more logging
---
 src/templating/run-original-tests.sh | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/src/templating/run-original-tests.sh 
b/src/templating/run-original-tests.sh
index cc666fd69..f9dbe316c 100755
--- a/src/templating/run-original-tests.sh
+++ b/src/templating/run-original-tests.sh
@@ -1,11 +1,12 @@
 #!/bin/bash
 # This file is in the public domain.
-set -eu
+set -eux
 
 export CFLAGS="-g"
 
 function build()
 {
+    echo "Ensuring clean state on exit ..."
     make clean
     make
 }
@@ -13,6 +14,8 @@ function build()
 # Install rebuild-on-exit handler (except for kill -9)
 trap build EXIT
 
+echo "Ensuring clean state on entry to legacy tests ..."
+
 make clean
 
 # The build fails if libjson-c-dev is not installed.
@@ -23,3 +26,7 @@ make -f mustach-original-Makefile mustach mustach-json-c.o || 
exit 77
 make -f mustach-original-Makefile clean || true
 make -f mustach-original-Makefile basic-tests
 make -f mustach-original-Makefile clean || true
+
+echo "Test done"
+
+exit 0

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