projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a929ba9
)
integration-tests: futurize test_reconnect
author
ng0
<ng0@n0.is>
Tue, 12 Feb 2019 11:15:20 +0000
(11:15 +0000)
committer
ng0
<ng0@n0.is>
Tue, 12 Feb 2019 11:15:20 +0000
(11:15 +0000)
src/integration-tests/test_integration_reconnect.py.in
patch
|
blob
|
history
diff --git
a/src/integration-tests/test_integration_reconnect.py.in
b/src/integration-tests/test_integration_reconnect.py.in
index 13179eef62cd1249ccc283d253314b882d9fa0ba..573ae221a8fc9b920ced238edbd1a4ab9a09ca67 100755
(executable)
--- 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;