[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libeufin] branch master updated: fix script placeholder
From: |
gnunet |
Subject: |
[libeufin] branch master updated: fix script placeholder |
Date: |
Fri, 15 Sep 2023 15:46:26 +0200 |
This is an automated email from the git hooks/post-receive script.
ms pushed a commit to branch master
in repository libeufin.
The following commit(s) were added to refs/heads/master by this push:
new 5c1d1a3e fix script placeholder
5c1d1a3e is described below
commit 5c1d1a3e0dbf85e82d7a4c246fb729094227bcaf
Author: MS <ms@taler.net>
AuthorDate: Fri Sep 15 15:46:22 2023 +0200
fix script placeholder
---
Makefile | 5 -----
contrib/libeufin-bank-dbinit | 2 +-
2 files changed, 1 insertion(+), 6 deletions(-)
diff --git a/Makefile b/Makefile
index 2738fd96..4c5ca6d6 100644
--- a/Makefile
+++ b/Makefile
@@ -70,11 +70,6 @@ assemble:
check:
@./gradlew check
-.PHONY: check-cli
-check-cli:
- @cd ./cli/tests && ./circuit_test.sh
- @cd ./cli/tests && ./debit_test.sh
-
.PHONY: pofi-get
pofi-get:
@./gradlew -q :nexus:pofi --args="download" # --args="arg1 arg2 .."
diff --git a/contrib/libeufin-bank-dbinit b/contrib/libeufin-bank-dbinit
index ae973e86..ba633f8f 100755
--- a/contrib/libeufin-bank-dbinit
+++ b/contrib/libeufin-bank-dbinit
@@ -88,7 +88,7 @@ done
# Checking required options.
if test -z "${PATCHES_LOCATION:-}"; then
# This value is substituted by GNU make at installation time.
- PATCHES_LOCATION=__SANDBOX_STATIC_PATCHES_LOCATION__
+ PATCHES_LOCATION=__BANK_STATIC_PATCHES_LOCATION__
fi
if test -z "${DB_CONNECTION:-}"; then
fail "Required option '-d' was missing."
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [libeufin] branch master updated: fix script placeholder,
gnunet <=