From a3b193ff8d6236e6e1c16916b4f817c1f60c4c0e Mon Sep 17 00:00:00 2001 From: MS Date: Sat, 6 Jun 2020 02:04:52 +0200 Subject: no need to double check nexus' user creation --- contrib/taler-nexus-prepare | 10 ++++++++-- 1 file 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", -- cgit v1.2.3