mirror of
https://github.com/go-gitea/gitea.git
synced 2026-08-13 10:44:41 +00:00
debug
# Conflicts: # models/unittest/testdb.go
This commit is contained in:
@@ -59,7 +59,8 @@ APP_DATA_PATH = `+appDataPath+`
|
||||
os.Exit(1)
|
||||
}
|
||||
|
||||
_, _ = fmt.Fprintf(os.Stderr, "mainTest: %s\n%s\n", appDataPath, log.Stack(2))
|
||||
_, _ = fmt.Fprintf(os.Stderr, "mainTest: appDataPath=%s\n%s\n", appDataPath, log.Stack(2))
|
||||
log.Error("mainTest: appDataPath=%s\n%s\n", appDataPath, log.Stack(2))
|
||||
|
||||
giteaRoot := setting.GetGiteaTestSourceRoot()
|
||||
fixturesOpts := FixturesOptions{Dir: filepath.Join(giteaRoot, "models", "fixtures"), Files: testOpts.FixtureFiles}
|
||||
|
||||
Reference in New Issue
Block a user