gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated (f2d4ef79 -> 420611b1)


From: gnunet
Subject: [taler-exchange] branch master updated (f2d4ef79 -> 420611b1)
Date: Mon, 18 Mar 2024 23:35:44 +0100

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

grothoff pushed a change to branch master
in repository exchange.

    from f2d4ef79 make mustach test suite more robust
     new 3be1a278 truly skip if libjson-c-dev is not present
     new 420611b1 add libjson-c-dev to tests for CI/CD

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 contrib/ci/Containerfile             | 2 ++
 src/templating/run-original-tests.sh | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/contrib/ci/Containerfile b/contrib/ci/Containerfile
index a6bf1ab7..d4e5584f 100644
--- a/contrib/ci/Containerfile
+++ b/contrib/ci/Containerfile
@@ -26,6 +26,8 @@ RUN apt-get update -yqq && \
                    recutils \
                    texinfo \
                   zlib1g-dev \
+           # For mustach testing (optional) \
+           libjson-c-dev \
                    # Debian packaging tools \
                    po-debconf \
                    build-essential \
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]