diff options
Diffstat (limited to 'src/integration-tests/test_integration_bootstrap_and_connect.py.in')
-rwxr-xr-x | src/integration-tests/test_integration_bootstrap_and_connect.py.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/integration-tests/test_integration_bootstrap_and_connect.py.in b/src/integration-tests/test_integration_bootstrap_and_connect.py.in index 4b4b35629..ddac326cd 100755 --- a/src/integration-tests/test_integration_bootstrap_and_connect.py.in +++ b/src/integration-tests/test_integration_bootstrap_and_connect.py.in @@ -32,7 +32,6 @@ from gnunet_testing import Check from gnunet_testing import Condition from gnunet_testing import * - # # This test tests if a fresh peer bootstraps from a hostlist server and then # successfully connects to the server @@ -124,6 +123,7 @@ def check(): check.run_blocking(check_timeout, success_cont, fail_cont) + # # Test execution # |