aboutsummaryrefslogtreecommitdiff
path: root/src/integration-tests/test_integration_bootstrap_and_connect.py.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/integration-tests/test_integration_bootstrap_and_connect.py.in')
-rwxr-xr-xsrc/integration-tests/test_integration_bootstrap_and_connect.py.in2
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 cb0359e1f..1ba4c3c59 100755
--- a/src/integration-tests/test_integration_bootstrap_and_connect.py.in
+++ b/src/integration-tests/test_integration_bootstrap_and_connect.py.in
@@ -120,7 +120,7 @@ def SigHandler(signum = None, frame = None):
120 print 'Test was aborted!' 120 print 'Test was aborted!'
121 if (None != server): 121 if (None != server):
122 server.stop () 122 server.stop ()
123 if (None != server): 123 if (None != client):
124 client.stop () 124 client.stop ()
125 cleanup () 125 cleanup ()
126 sys.exit(success) 126 sys.exit(success)