diff options
Diffstat (limited to 'cpp/test/Ice/gc/run.py')
-rwxr-xr-x | cpp/test/Ice/gc/run.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cpp/test/Ice/gc/run.py b/cpp/test/Ice/gc/run.py index ced3120bc64..2fbebfbbb8a 100755 --- a/cpp/test/Ice/gc/run.py +++ b/cpp/test/Ice/gc/run.py @@ -26,7 +26,4 @@ seedfile = os.path.join(os.getcwd(), "seed") TestUtil.simpleTest(client, seedfile) -clientProc = TestUtil.startClient(client, seedfile) -clientProc.waitTestSuccess() - os.remove(seedfile) |