From 397499c2882b49428107fded770c420ddda96fb1 Mon Sep 17 00:00:00 2001 From: Derek McGowan Date: Thu, 16 Mar 2017 15:06:15 -0700 Subject: [PATCH] Add root flag to boltdb tests Needed for CI to run root coverage Signed-off-by: Derek McGowan (github: dmcgowan) --- snapshot/storage/boltdb/bolt_test.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/snapshot/storage/boltdb/bolt_test.go b/snapshot/storage/boltdb/bolt_test.go index 5e4d379..96a8d26 100644 --- a/snapshot/storage/boltdb/bolt_test.go +++ b/snapshot/storage/boltdb/bolt_test.go @@ -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) {