From 917e4789c2fde00bcae0f0ccc82b3c3815e1d38a Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 12 Oct 2017 12:24:54 -0700 Subject: Use tmpfs containers for api/api4 tests, move and speed up CLI tests (#7606) * use tmpfs containers for api/api4, move and speed up cli tests * minor optimizations * add missing files, fix pre-existing race condition * add . to TestMain check * add requested log message --- store/sqlstore/store_test.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'store/sqlstore') diff --git a/store/sqlstore/store_test.go b/store/sqlstore/store_test.go index d627ad0eb..d1a5714d6 100644 --- a/store/sqlstore/store_test.go +++ b/store/sqlstore/store_test.go @@ -4,7 +4,6 @@ package sqlstore import ( - "flag" "os" "sync" "testing" @@ -99,8 +98,6 @@ func tearDownStores() { } func TestMain(m *testing.M) { - flag.Parse() - utils.TranslationsPreInit() utils.LoadConfig("config.json") utils.InitTranslations(utils.Cfg.LocalizationSettings) -- cgit v1.2.3-1-g7c22