libeufin

Integration and sandbox testing for FinTech APIs and data formats
Log | Files | Refs | Submodules | README | LICENSE

commit 5c1d1a3e0dbf85e82d7a4c246fb729094227bcaf
parent b4d4dcaea8bf5e1ff524695858b2eb75ee319786
Author: MS <ms@taler.net>
Date:   Fri, 15 Sep 2023 15:46:22 +0200

fix script placeholder

Diffstat:
MMakefile | 5-----
Mcontrib/libeufin-bank-dbinit | 2+-
2 files changed, 1 insertion(+), 6 deletions(-)

diff --git 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 @@ -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."