Commit ccacb031 authored by Barry Warsaw's avatar Barry Warsaw

Minor cleanup

parent 1d0f7227
...@@ -98,7 +98,6 @@ class ZEOTestServer(asyncore.dispatcher): ...@@ -98,7 +98,6 @@ class ZEOTestServer(asyncore.dispatcher):
self.log('closing the storage') self.log('closing the storage')
self.storage.close() self.storage.close()
cleanup(self.storage) cleanup(self.storage)
if self.count <= 0:
self.log('exiting') self.log('exiting')
os._exit(0) os._exit(0)
self.log('continuing') self.log('continuing')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment