summaryrefslogtreecommitdiff
path: root/py/test/Ice/slicing/exceptions/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'py/test/Ice/slicing/exceptions/run.py')
-rwxr-xr-xpy/test/Ice/slicing/exceptions/run.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/py/test/Ice/slicing/exceptions/run.py b/py/test/Ice/slicing/exceptions/run.py
index a837100e45f..03ccd381247 100755
--- a/py/test/Ice/slicing/exceptions/run.py
+++ b/py/test/Ice/slicing/exceptions/run.py
@@ -24,3 +24,5 @@ print "tests with regular server."
TestUtil.clientServerTest()
print "tests with AMD server."
TestUtil.clientServerTest(server="ServerAMD.py")
+
+TestUtil.cleanup()