aboutsummaryrefslogtreecommitdiff
path: root/src/integration-tests/test_integration_reconnect_nat.py.in
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-12-17 16:14:26 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-12-17 16:14:26 +0000
commitd626dae9f02dd793a0175cbb89d17785caee8cf5 (patch)
tree7c2ac17f3dd5c6a79a9afdd8250ee0e820d08252 /src/integration-tests/test_integration_reconnect_nat.py.in
parentaba51a8fe1f22b62ce735a725e2badc4f21b21d0 (diff)
downloadgnunet-d626dae9f02dd793a0175cbb89d17785caee8cf5.tar.gz
gnunet-d626dae9f02dd793a0175cbb89d17785caee8cf5.zip
clique test
removed unusued confs, tests
Diffstat (limited to 'src/integration-tests/test_integration_reconnect_nat.py.in')
-rwxr-xr-xsrc/integration-tests/test_integration_reconnect_nat.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/integration-tests/test_integration_reconnect_nat.py.in b/src/integration-tests/test_integration_reconnect_nat.py.in
index 4f55be463..34c110e72 100755
--- a/src/integration-tests/test_integration_reconnect_nat.py.in
+++ b/src/integration-tests/test_integration_reconnect_nat.py.in
@@ -152,7 +152,7 @@ def SigHandler(signum = None, frame = None):
152 print 'Test was aborted!' 152 print 'Test was aborted!'
153 if (None != server): 153 if (None != server):
154 server.stop () 154 server.stop ()
155 if (None != server): 155 if (None != client):
156 client.stop () 156 client.stop ()
157 cleanup () 157 cleanup ()
158 sys.exit(success) 158 sys.exit(success)