gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] 02/03: integration-tests: futurize test_reconnect


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 02/03: integration-tests: futurize test_reconnect
Date: Tue, 12 Feb 2019 12:15:57 +0100

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

ng0 pushed a commit to branch master
in repository gnunet.

commit 298d6863277b34f1143d9ed8807b819e1eff7ee1
Author: ng0 <address@hidden>
AuthorDate: Tue Feb 12 11:15:20 2019 +0000

    integration-tests: futurize test_reconnect
---
 src/integration-tests/test_integration_reconnect.py.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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; 

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



reply via email to

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