mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 04:57:37 +03:00
fix: tests
This commit is contained in:
parent
cc6eacd608
commit
4e3b13050b
2 changed files with 5 additions and 3 deletions
|
@ -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 != "" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue