gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] 02/02: no need to double check nexus' user creation


From: gnunet
Subject: [taler-exchange] 02/02: no need to double check nexus' user creation
Date: Sat, 06 Jun 2020 02:05:11 +0200

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository exchange.

commit a3b193ff8d6236e6e1c16916b4f817c1f60c4c0e
Author: MS <ms@taler.net>
AuthorDate: Sat Jun 6 02:04:52 2020 +0200

    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 23dbf6d7..d7466fcf 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";,

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]