diff options
Diffstat (limited to 'cpp/test/IceUtil/condvar/run.py')
-rwxr-xr-x | cpp/test/IceUtil/condvar/run.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/test/IceUtil/condvar/run.py b/cpp/test/IceUtil/condvar/run.py index 9252afedd4c..4ffd03456ac 100755 --- a/cpp/test/IceUtil/condvar/run.py +++ b/cpp/test/IceUtil/condvar/run.py @@ -32,3 +32,5 @@ client.waitTestSuccess() client = TestUtil.spawnClient(match + " -b", startReader = True) client.waitTestSuccess() + +TestUtil.cleanup() |