diff options
Diffstat (limited to 'java/test/Ice/slicing/exceptions/run.py')
-rwxr-xr-x | java/test/Ice/slicing/exceptions/run.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/test/Ice/slicing/exceptions/run.py b/java/test/Ice/slicing/exceptions/run.py index ed56aea4e71..5874eea18e8 100755 --- a/java/test/Ice/slicing/exceptions/run.py +++ b/java/test/Ice/slicing/exceptions/run.py @@ -28,3 +28,5 @@ import copy amdenv = copy.deepcopy(os.environ) TestUtil.addClasspath(os.path.join(os.getcwd(), "..", "exceptionsAMD", "classes"), amdenv) TestUtil.clientServerTest(serverenv = amdenv) + +TestUtil.cleanup() |