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 --- api/api_test.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'api/api_test.go') diff --git a/api/api_test.go b/api/api_test.go index bea949ad2..2ef4e196d 100644 --- a/api/api_test.go +++ b/api/api_test.go @@ -19,6 +19,8 @@ func Setup() { StartServer() InitApi() Client = model.NewClient("http://localhost" + utils.Cfg.ServiceSettings.ListenAddress) + + Srv.Store.MarkSystemRanUnitTests() } } -- cgit v1.2.3-1-g7c22