fix: option to skip flags, to avoid breaking the tests

This commit is contained in:
Deluan 2020-01-26 18:00:10 -05:00
parent 0ff741b394
commit cc6eacd608
2 changed files with 10 additions and 7 deletions

View file

@ -23,7 +23,7 @@ func Init(t *testing.T, skipOnShort bool) {
confPath, _ := filepath.Abs(filepath.Join(appPath, "tests", "navidrome-test.toml"))
os.Chdir(appPath)
conf.LoadFromFile(confPath)
conf.LoadFromFile(confPath, true)
noLog := os.Getenv("NOLOG")
if noLog != "" {