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