aboutsummaryrefslogtreecommitdiff
path: root/src/integration-tests/test_integration_bootstrap_and_connect_and_disconnect.py.in
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-08-26 12:03:56 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-08-26 12:03:56 +0000
commit414d5e246154c82272e36a76d224661cf8e0428f (patch)
tree41e1487f1a70ee088b0582251d755af69ab5595c /src/integration-tests/test_integration_bootstrap_and_connect_and_disconnect.py.in
parentf7ca31910aa9934a0338123857d28def1139c0c9 (diff)
downloadgnunet-414d5e246154c82272e36a76d224661cf8e0428f.tar.gz
gnunet-414d5e246154c82272e36a76d224661cf8e0428f.zip
cleanup service home directories since left overs can break the test
Diffstat (limited to 'src/integration-tests/test_integration_bootstrap_and_connect_and_disconnect.py.in')
-rwxr-xr-xsrc/integration-tests/test_integration_bootstrap_and_connect_and_disconnect.py.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/integration-tests/test_integration_bootstrap_and_connect_and_disconnect.py.in b/src/integration-tests/test_integration_bootstrap_and_connect_and_disconnect.py.in
index 8aa69d3f9..5391aa701 100755
--- a/src/integration-tests/test_integration_bootstrap_and_connect_and_disconnect.py.in
+++ b/src/integration-tests/test_integration_bootstrap_and_connect_and_disconnect.py.in
@@ -128,6 +128,7 @@ def run ():
128 128
129 success = False 129 success = False
130 test = Test ('test_integration_bootstrap_and_connect.py', verbose) 130 test = Test ('test_integration_bootstrap_and_connect.py', verbose)
131 cleanup ()
131 132
132 server = Peer(test, './confs/c_bootstrap_server.conf'); 133 server = Peer(test, './confs/c_bootstrap_server.conf');
133 client = Peer(test, './confs/c_no_nat_client.conf'); 134 client = Peer(test, './confs/c_no_nat_client.conf');