From 59e30b94330d07b57e1b8e86a83e40f1a064674b Mon Sep 17 00:00:00 2001 From: mpl Date: Wed, 18 Nov 2015 23:09:54 +0100 Subject: [PATCH] pkg/index/sqlite: add build tag for test so we don't get a failed test when we're not running with --tags=with_sqlite Change-Id: I2de4c21b4f3ee673132f56b12c2dfff8272d5d79 --- pkg/index/sqlite/sqlite_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/index/sqlite/sqlite_test.go b/pkg/index/sqlite/sqlite_test.go index 71ee4b6ff..862948518 100644 --- a/pkg/index/sqlite/sqlite_test.go +++ b/pkg/index/sqlite/sqlite_test.go @@ -1,3 +1,5 @@ +// +build with_sqlite + /* Copyright 2012 The Camlistore Authors.