summaryrefslogtreecommitdiff
path: root/python/test/Ice/optional/ServerAMD.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/test/Ice/optional/ServerAMD.py')
-rwxr-xr-xpython/test/Ice/optional/ServerAMD.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/python/test/Ice/optional/ServerAMD.py b/python/test/Ice/optional/ServerAMD.py
index a9bbda70c9b..d9cc9a9bb4a 100755
--- a/python/test/Ice/optional/ServerAMD.py
+++ b/python/test/Ice/optional/ServerAMD.py
@@ -210,10 +210,6 @@ except:
status = False
if communicator:
- try:
- communicator.destroy()
- except:
- traceback.print_exc()
- status = False
+ communicator.destroy()
sys.exit(not status)