gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: clean, but not log file


From: gnunet
Subject: [taler-exchange] branch master updated: clean, but not log file
Date: Mon, 01 Apr 2024 02:39:31 +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 de0879931 clean, but not log file
de0879931 is described below

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

    clean, but not log file
---
 contrib/ci/jobs/2-test/test.sh       | 2 +-
 src/templating/run-original-tests.sh | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/contrib/ci/jobs/2-test/test.sh b/contrib/ci/jobs/2-test/test.sh
index 882410a98..ad5a2eb32 100755
--- a/contrib/ci/jobs/2-test/test.sh
+++ b/contrib/ci/jobs/2-test/test.sh
@@ -1,5 +1,5 @@
 #!/bin/bash
-set -evu
+set -evux
 
 apt-get update
 apt-get upgrade -yqq
diff --git a/src/templating/run-original-tests.sh 
b/src/templating/run-original-tests.sh
index f9dbe316c..8df0331fb 100755
--- a/src/templating/run-original-tests.sh
+++ b/src/templating/run-original-tests.sh
@@ -7,7 +7,7 @@ export CFLAGS="-g"
 function build()
 {
     echo "Ensuring clean state on exit ..."
-    make clean
+    make clean-libLTLIBRARIES clean-libtool clean-noinstLTLIBRARIES 
clean-noinstPROGRAMS mostlyclean-compile mostlyclean-libtool
     make
 }
 
@@ -16,7 +16,7 @@ trap build EXIT
 
 echo "Ensuring clean state on entry to legacy tests ..."
 
-make clean
+make clean-libLTLIBRARIES clean-libtool clean-noinstLTLIBRARIES 
clean-noinstPROGRAMS mostlyclean-compile mostlyclean-libtool
 
 # The build fails if libjson-c-dev is not installed.
 # That's OK, we don't otherwise need it and don't

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