aboutsummaryrefslogtreecommitdiff
path: root/src/integration-tests/test_integration_clique.py.in
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-08-26 12:05:11 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-08-26 12:05:11 +0000
commit7713b5873a9d9cb36f19901aab2b9d0a412cfb42 (patch)
tree6199163a1256c781c1d6a48dc98726ab9c7161a6 /src/integration-tests/test_integration_clique.py.in
parent414d5e246154c82272e36a76d224661cf8e0428f (diff)
downloadgnunet-7713b5873a9d9cb36f19901aab2b9d0a412cfb42.tar.gz
gnunet-7713b5873a9d9cb36f19901aab2b9d0a412cfb42.zip
fix second peer for clique test
Diffstat (limited to 'src/integration-tests/test_integration_clique.py.in')
-rwxr-xr-xsrc/integration-tests/test_integration_clique.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/integration-tests/test_integration_clique.py.in b/src/integration-tests/test_integration_clique.py.in
index eb606c5d9..17bd60776 100755
--- a/src/integration-tests/test_integration_clique.py.in
+++ b/src/integration-tests/test_integration_clique.py.in
@@ -174,8 +174,8 @@ def run ():
174 global client2 174 global client2
175 175
176 success = False 176 success = False
177
178 test = Test ('test_integration_disconnect', verbose) 177 test = Test ('test_integration_disconnect', verbose)
178 cleanup ()
179 179
180 server = Peer(test, './confs/c_bootstrap_server.conf'); 180 server = Peer(test, './confs/c_bootstrap_server.conf');
181 server.start(); 181 server.start();