Commit 3f3fbf74 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 989cb915
......@@ -57,6 +57,10 @@ func _TestMasterStorage(t0 *tEnv) {
zback := xfs1back("../zodb/storage/fs1/testdata/1.fs")
zstor := xfs1stor("../zodb/storage/fs1/testdata/1.fs")
defer func() {
err := zstor.Close(); X(err)
}()
lastTid, err := zstor.Sync(bg); X(err)
// create the cluster
......
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