mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
Merge pull request #855 from molecula/cleanup_cherrypick
cleanup lmdb tests that were leaving test directories behind
This commit is contained in:
commit
47926092ee
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ func mustOpenEmptyLMDBWrapper(path string) (w *LMDBWrapper, cleaner func()) {
|
|||
|
||||
return w, func() {
|
||||
w.Close()
|
||||
panicOn(w.DeleteDBPath(&DBShard{HolderPath: fn}))
|
||||
panicOn(os.RemoveAll(fn))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue