Commit db74d7a5 authored by Barry Warsaw's avatar Barry Warsaw

Added an XXX comment about temp files that might not get cleaned up.

parent b4d6e9e5
......@@ -119,6 +119,8 @@ class Suicide(threading.Thread):
# If this process doesn't exit in 60 seconds, commit suicide
time.sleep(60)
from ZEO.tests.forker import shutdown_zeo_server
# XXX If the -k option was given to zeoserver, then the process will
# go away but the temp files won't get cleaned up.
shutdown_zeo_server(self._adminaddr)
......
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