gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin-tests] branch master updated: add submodule check


From: gnunet
Subject: [libeufin-tests] branch master updated: add submodule check
Date: Tue, 24 Nov 2020 16:23:40 +0100

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

ms pushed a commit to branch master
in repository libeufin-tests.

The following commit(s) were added to refs/heads/master by this push:
     new 8b585e1  add submodule check
8b585e1 is described below

commit 8b585e137604f74042bc62433395a27a1a9fecb4
Author: MS <ms@taler.net>
AuthorDate: Tue Nov 24 16:23:36 2020 +0100

    add submodule check
---
 Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Makefile b/Makefile
index 1da13a5..8e03f94 100644
--- a/Makefile
+++ b/Makefile
@@ -1,2 +1,6 @@
+ifneq (libeufin/gradlew, $(wildcard libeufin/gradlew))
+$(error libeufin submodule is missing, run bootstrap?)
+endif
+
 check:
        @py.test checks.py

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