diff options
Diffstat (limited to 'java/test/Ice/servantLocator/run.py')
-rwxr-xr-x | java/test/Ice/servantLocator/run.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/test/Ice/servantLocator/run.py b/java/test/Ice/servantLocator/run.py index 829444ed8a2..e59cdae0d46 100755 --- a/java/test/Ice/servantLocator/run.py +++ b/java/test/Ice/servantLocator/run.py @@ -28,3 +28,5 @@ TestUtil.clientServerTest(server="test.Ice.servantLocator.AMDServer") print "tests with collocated server." TestUtil.collocatedTest() + +TestUtil.cleanup() |