Add root flag to boltdb tests

Needed for CI to run root coverage

Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
This commit is contained in:
Derek McGowan 2017-03-16 15:06:15 -07:00
parent 73f467a32b
commit 397499c288
No known key found for this signature in database
GPG Key ID: F58C5D0A4405ACDB
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,9 @@ import (
"github.com/docker/containerd/snapshot/storage"
"github.com/docker/containerd/snapshot/storage/testsuite"
// Does not require root but flag must be defined for snapshot tests
_ "github.com/docker/containerd/testutil"
)
func BenchmarkSuite(b *testing.B) {