fix: tests

This commit is contained in:
Deluan 2020-01-26 18:07:06 -05:00
parent cc6eacd608
commit 4e3b13050b
2 changed files with 5 additions and 3 deletions

View file

@ -21,9 +21,9 @@ func Init(t *testing.T, skipOnShort bool) {
_, file, _, _ := runtime.Caller(0)
appPath, _ := filepath.Abs(filepath.Join(filepath.Dir(file), ".."))
confPath, _ := filepath.Abs(filepath.Join(appPath, "tests", "navidrome-test.toml"))
println("Loading test configuration file from " + confPath)
os.Chdir(appPath)
conf.LoadFromFile(confPath, true)
conf.LoadFromFile("tests/navidrome-test.toml", true)
noLog := os.Getenv("NOLOG")
if noLog != "" {