Close lock file when running tests
The name of configuration option was wrong.
This commit is contained in:
@@ -38,7 +38,7 @@ class TestBaseAuthRequests(BaseTest):
|
||||
# Disable syncing to disk for better performance
|
||||
self.configuration.set("storage", "filesystem_fsync", "False")
|
||||
# Required on Windows, doesn't matter on Unix
|
||||
self.configuration.set("storage", "close_lock_file", "True")
|
||||
self.configuration.set("storage", "filesystem_close_lock_file", "True")
|
||||
|
||||
def teardown(self):
|
||||
shutil.rmtree(self.colpath)
|
||||
|
||||
Reference in New Issue
Block a user