diff options
Diffstat (limited to 'cs/test/Ice/exceptions/run.py')
-rwxr-xr-x | cs/test/Ice/exceptions/run.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cs/test/Ice/exceptions/run.py b/cs/test/Ice/exceptions/run.py index 0321e0dd6b8..3b550e943f8 100755 --- a/cs/test/Ice/exceptions/run.py +++ b/cs/test/Ice/exceptions/run.py @@ -26,3 +26,5 @@ print "tests with AMD server." TestUtil.clientServerTest(server="serveramd") print "tests with collocated server." TestUtil.collocatedTest() + +TestUtil.cleanup() |