diff options
Diffstat (limited to 'py/test/Ice/facets/run.py')
-rwxr-xr-x | py/test/Ice/facets/run.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/py/test/Ice/facets/run.py b/py/test/Ice/facets/run.py index 545214a74c7..979b91c2544 100755 --- a/py/test/Ice/facets/run.py +++ b/py/test/Ice/facets/run.py @@ -22,3 +22,5 @@ from scripts import * TestUtil.clientServerTest() TestUtil.collocatedTest() + +TestUtil.cleanup() |