gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: remove 'nexus' occurrences


From: gnunet
Subject: [libeufin] branch master updated: remove 'nexus' occurrences
Date: Mon, 25 May 2020 13:48:02 +0200

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

ms pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 443c359  remove 'nexus' occurrences
443c359 is described below

commit 443c3594192e97279c4d49807816f4f888ed53de
Author: MS <address@hidden>
AuthorDate: Mon May 25 13:47:57 2020 +0200

    remove 'nexus' occurrences
---
 integration-tests/test-sandbox.py | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/integration-tests/test-sandbox.py 
b/integration-tests/test-sandbox.py
index 1671e08..172a07d 100755
--- a/integration-tests/test-sandbox.py
+++ b/integration-tests/test-sandbox.py
@@ -24,7 +24,6 @@ BANK_ACCOUNT_LABEL = "savings"
 
 def fail(msg):
     print(msg)
-    nexus.terminate()
     sandbox.terminate()
     exit(1)
 
@@ -45,7 +44,7 @@ def assertResponse(response):
         print("Test failed on URL: {}".format(response.url))
         # stdout/stderr from both services is A LOT of text.
         # Confusing to dump all that to console.
-        print("Check nexus.log and sandbox.log, probably under /tmp")
+        print("Check sandbox.log, probably under /tmp")
         sandbox.terminate()
         exit(1)
     # Allows for finer grained checks.
@@ -65,9 +64,7 @@ for i in range(10):
         get("http://localhost:5000/";)
     except:
         if i == 9:
-            nexus.terminate()
             sandbox.terminate()
-            stdout, stderr = nexus.communicate()
             print("Sandbox timed out")
             print("{}\n{}".format(stdout.decode(), stderr.decode()))
             exit(77)

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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