summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-06-06 02:04:52 +0200
committerMS <ms@taler.net>2020-06-06 02:04:52 +0200
commita3b193ff8d6236e6e1c16916b4f817c1f60c4c0e (patch)
tree863b165510b165d03e9290028f7f97bc50684071 /contrib
parent14b001fea05c5cb08a6b0b3aed30047822d8fbba (diff)
downloadexchange-a3b193ff8d6236e6e1c16916b4f817c1f60c4c0e.tar.gz
exchange-a3b193ff8d6236e6e1c16916b4f817c1f60c4c0e.tar.bz2
exchange-a3b193ff8d6236e6e1c16916b4f817c1f60c4c0e.zip
no need to double check nexus' user creation
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/taler-nexus-prepare10
1 files changed, 8 insertions, 2 deletions
diff --git a/contrib/taler-nexus-prepare b/contrib/taler-nexus-prepare
index 23dbf6d76..d7466fcfe 100755
--- a/contrib/taler-nexus-prepare
+++ b/contrib/taler-nexus-prepare
@@ -36,8 +36,14 @@ def assertResponse(response):
return response
# Create a nexus (super-) user
-call(["nexus", "superuser", "Exchange", "--password", "x"])
-# Create a loopback bank connection.
+call(["nexus",
+ "superuser",
+ "--db-name", "/tmp/nexus-exchange-test.sqlite3",
+ "Exchange",
+ "--password", "x"]
+)
+
+# Create a EBICS bank connection.
assertResponse(
post(
"http://localhost:5001/bank-connections",