Make certain that server.utils.__clean_tmp_dirs is called; currently
it relies on atexit.register to handle this, but subprocesses that
exit with os._exit don't trigger this. We can add in another
join hook to subcommand that will handle that case.
Risk: Medium
Visibility: There should be a lot less garbage /tmp directories left
lying around.
Signed-off-by: John Admanski <jadmanski@google.com>
git-svn-id: http://test.kernel.org/svn/autotest/trunk@2562 592f7852-d20e-0410-864c-8624ca9c26a4
1 file changed