summaryrefslogtreecommitdiff
path: root/py/test/Ice/proxy/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'py/test/Ice/proxy/run.py')
-rwxr-xr-xpy/test/Ice/proxy/run.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/py/test/Ice/proxy/run.py b/py/test/Ice/proxy/run.py
index 8356ffd9740..86c5472a10a 100755
--- a/py/test/Ice/proxy/run.py
+++ b/py/test/Ice/proxy/run.py
@@ -26,3 +26,5 @@ print "tests with AMD server."
TestUtil.clientServerTest(server="ServerAMD.py")
print "tests with collocated server."
TestUtil.collocatedTest(" --Ice.ThreadPool.Client.SizeMax=2 --Ice.ThreadPool.Client.SizeWarn=0")
+
+TestUtil.cleanup()