aboutsummaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-10-07 11:12:21 +0200
committerChristian Grothoff <grothoff@gnunet.org>2023-10-07 11:12:21 +0200
commitf4a207ab1a7e31d8d80c2a4216d6599f535da596 (patch)
tree509344b7ff505e23a425bb8af132293d0192ac05 /src/testing
parent7eef17eae2c261e6b680eeef91f835ccf9f39950 (diff)
downloadexchange-f4a207ab1a7e31d8d80c2a4216d6599f535da596.tar.xz
-space needed, for now
Diffstat (limited to 'src/testing')
-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