summaryrefslogtreecommitdiff
path: root/cs/test/IceBox/configuration/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'cs/test/IceBox/configuration/run.py')
-rwxr-xr-xcs/test/IceBox/configuration/run.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/cs/test/IceBox/configuration/run.py b/cs/test/IceBox/configuration/run.py
index 9eb64996764..57c3c531b36 100755
--- a/cs/test/IceBox/configuration/run.py
+++ b/cs/test/IceBox/configuration/run.py
@@ -26,3 +26,5 @@ TestUtil.clientServerTest(additionalServerOptions="--Ice.Config=%s" % os.path.jo
server=icebox)
TestUtil.clientServerTest(additionalServerOptions="--Ice.Config=%s" % os.path.join(os.getcwd(), "config.icebox2"),
server=icebox)
+
+TestUtil.cleanup()