aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/testing/Makefile.am5
-rwxr-xr-xsrc/testing/taler-unified-setup.sh2
-rw-r--r--src/testing/test_bank_api.c2
3 files changed, 4 insertions, 5 deletions
diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am
index a501c4095..116df2c24 100644
--- a/src/testing/Makefile.am
+++ b/src/testing/Makefile.am
@@ -144,9 +144,8 @@ libtalertesting_la_LIBADD = \
AM_TESTS_ENVIRONMENT=export TALER_PREFIX=$${TALER_PREFIX:-@libdir@};export PATH=$${TALER_PREFIX:-@prefix@}/bin:$$PATH;
-# removed for now, due to bug(s) in libeufin!
-noinst_PROGRAMS = \
- test_bank_api_with_nexus
+
+# test_bank_api_with_nexus
.NOTPARALLEL:
check_PROGRAMS = \
diff --git a/src/testing/taler-unified-setup.sh b/src/testing/taler-unified-setup.sh
index a5bba70db..8dcbb35eb 100755
--- a/src/testing/taler-unified-setup.sh
+++ b/src/testing/taler-unified-setup.sh
@@ -267,7 +267,7 @@ fi
if [ "1" = "$START_BANK" ]
then
echo -n "Setting up bank database ... "
- libeufin-bank-dbinit \
+ libeufin-bank dbinit \
-r \
-c "$CONF" \
&> libeufin-bank-reset.log
diff --git a/src/testing/test_bank_api.c b/src/testing/test_bank_api.c
index 19a14d910..8477ef9ba 100644
--- a/src/testing/test_bank_api.c
+++ b/src/testing/test_bank_api.c
@@ -1,6 +1,6 @@
/*
This file is part of TALER
- Copyright (C) 2016-2020 Taler Systems SA
+ Copyright (C) 2016-2023 Taler Systems SA
TALER is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as