- typo
[oweals/gnunet.git] / src / integration-tests / test_integration_bootstrap_and_connect.py.in
index 0932f3c6ac9cb4fa7f8983ad11a07c42e33de5ff..25a1fc5dd673d47ce91929110cf9d1da0f8b7630 100755 (executable)
@@ -48,7 +48,7 @@ from gnunet_testing import *
 #definitions
 
 testname = "test_integration_bootstrap_and_connect"
-verbose = False
+verbose = True
 check_timeout = 180
 
 if os.name == "nt":
@@ -116,6 +116,7 @@ def run ():
        
        success = False  
        test = Test ('test_integration_bootstrap_and_connect.py', verbose)
+       cleanup ()
        
        server = Peer(test, './confs/c_bootstrap_server.conf');
        client = Peer(test, './confs/c_no_nat_client.conf');