gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated (0334502df -> ff7c992d1)


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated (0334502df -> ff7c992d1)
Date: Tue, 12 Feb 2019 12:15:55 +0100

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

ng0 pushed a change to branch master
in repository gnunet.

    from 0334502df integration-tests: futurize test_integration_disconnect
     new a929ba9e1 integration-tests: futurize test_integration_disconnect_nat
     new 298d68632 integration-tests: futurize test_reconnect
     new ff7c992d1 integration-tests: futurize test_reconnect_nat

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/integration-tests/test_integration_disconnect_nat.py.in | 1 +
 src/integration-tests/test_integration_reconnect.py.in      | 3 ++-
 src/integration-tests/test_integration_reconnect_nat.py.in  | 1 +
 3 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/integration-tests/test_integration_disconnect_nat.py.in 
b/src/integration-tests/test_integration_disconnect_nat.py.in
index 885492741..825c1cfa1 100755
--- a/src/integration-tests/test_integration_disconnect_nat.py.in
+++ b/src/integration-tests/test_integration_disconnect_nat.py.in
@@ -18,6 +18,7 @@
 #    SPDX-License-Identifier: AGPL3.0-or-later
 #
 #
+from __future__ import print_function
 import sys
 import signal
 import os
diff --git a/src/integration-tests/test_integration_reconnect.py.in 
b/src/integration-tests/test_integration_reconnect.py.in
index 13179eef6..573ae221a 100755
--- a/src/integration-tests/test_integration_reconnect.py.in
+++ b/src/integration-tests/test_integration_reconnect.py.in
@@ -18,6 +18,7 @@
 #    SPDX-License-Identifier: AGPL3.0-or-later
 #
 # 
+from __future__ import print_function
 import sys
 import os
 import subprocess
@@ -89,7 +90,7 @@ def cleanup ():
 
 def success_restart_cont (check):
        global success 
-       print('Peers connected successfully after restart')
+       print('Peers connected successfully after restart')
        server.stop ()
        client.stop ()
        success = True; 
diff --git a/src/integration-tests/test_integration_reconnect_nat.py.in 
b/src/integration-tests/test_integration_reconnect_nat.py.in
index d9714f875..5b3f34d02 100755
--- a/src/integration-tests/test_integration_reconnect_nat.py.in
+++ b/src/integration-tests/test_integration_reconnect_nat.py.in
@@ -18,6 +18,7 @@
 #    SPDX-License-Identifier: AGPL3.0-or-later
 #
 #
+from __future__ import print_function
 import sys
 import os
 import subprocess

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



reply via email to

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