diff options
Diffstat (limited to 'py/test/Ice/operations/run.py')
-rwxr-xr-x | py/test/Ice/operations/run.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/py/test/Ice/operations/run.py b/py/test/Ice/operations/run.py index 8356ffd9740..86c5472a10a 100755 --- a/py/test/Ice/operations/run.py +++ b/py/test/Ice/operations/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() |