From de717aef56dfaa0b9b676ce82d4b9d7abdb12428 Mon Sep 17 00:00:00 2001 From: =Corey Hulen Date: Thu, 15 Oct 2015 11:16:26 -0700 Subject: Marking when user ran the unit tests --- store/sql_store_test.go | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'store/sql_store_test.go') diff --git a/store/sql_store_test.go b/store/sql_store_test.go index a9e25cb33..1e04b676c 100644 --- a/store/sql_store_test.go +++ b/store/sql_store_test.go @@ -4,10 +4,11 @@ package store import ( - "github.com/mattermost/platform/model" - "github.com/mattermost/platform/utils" "strings" "testing" + + "github.com/mattermost/platform/model" + "github.com/mattermost/platform/utils" ) var store Store @@ -16,6 +17,8 @@ func Setup() { if store == nil { utils.LoadConfig("config.json") store = NewSqlStore() + + store.MarkSystemRanUnitTests() } } -- cgit v1.2.3-1-g7c22