Commit f3994e63 authored by Jim Fulton's avatar Jim Fulton

Close databases and storages at the end of tests or we will get

windows failures!
parent 3170ba79
......@@ -161,6 +161,7 @@ Make sure we can restore:
cleanup
>>> fs.close()
>>> logger.setLevel(logging.NOTSET)
>>> logger.removeHandler(handler)
>>> sys.setrecursionlimit(old_limit)
......
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