diff options
Diffstat (limited to 'cpp/test/Slice/keyword/run.py')
-rwxr-xr-x | cpp/test/Slice/keyword/run.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/test/Slice/keyword/run.py b/cpp/test/Slice/keyword/run.py index fb3ed194b36..93807972504 100755 --- a/cpp/test/Slice/keyword/run.py +++ b/cpp/test/Slice/keyword/run.py @@ -22,3 +22,5 @@ from scripts import * client = os.path.join(os.getcwd(), "client") TestUtil.simpleTest(client) + +TestUtil.cleanup() |