gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] 01/02: add argument to sandbox


From: gnunet
Subject: [libeufin] 01/02: add argument to sandbox
Date: Mon, 08 Jun 2020 11:55:05 +0200

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

dold pushed a commit to branch master
in repository libeufin.

commit a67728dae0c9e0bd478905bed17443b6b887899b
Author: Florian Dold <florian.dold@gmail.com>
AuthorDate: Mon Jun 8 15:23:02 2020 +0530

    add argument to sandbox
---
 integration-tests/test-ebics-highlevel.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/integration-tests/test-ebics-highlevel.py 
b/integration-tests/test-ebics-highlevel.py
index f096f1a..3192fa1 100755
--- a/integration-tests/test-ebics-highlevel.py
+++ b/integration-tests/test-ebics-highlevel.py
@@ -124,7 +124,7 @@ for i in range(10):
     break
 # Start sandbox
 checkPorts([5000])
-sandbox = Popen(["./gradlew", "sandbox:run"], stdout=PIPE, stderr=PIPE)
+sandbox = Popen(["./gradlew", "sandbox:run", "--args=serve"], stdout=PIPE, 
stderr=PIPE)
 for i in range(10):
     try:
         get("http://localhost:5000/";)

-- 
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]