gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] 01/02: truly skip if libjson-c-dev is not present


From: gnunet
Subject: [taler-exchange] 01/02: truly skip if libjson-c-dev is not present
Date: Mon, 18 Mar 2024 23:35:45 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

commit 3be1a278218dd7fa6239cafd7099f754fe256936
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Mar 18 23:34:57 2024 +0100

    truly skip if libjson-c-dev is not present
---
 src/templating/run-original-tests.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/templating/run-original-tests.sh 
b/src/templating/run-original-tests.sh
index 289ae871..cc666fd6 100755
--- a/src/templating/run-original-tests.sh
+++ b/src/templating/run-original-tests.sh
@@ -19,7 +19,7 @@ make clean
 # That's OK, we don't otherwise need it and don't
 # even bother testing for it in configure.ac.
 # However, in that case, skip the test suite.
-make -f mustach-original-Makefile mustach || exit 77
+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

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