This commit is contained in:
wxiaoguang
2026-04-25 20:42:15 +08:00
parent 9294e969b0
commit 1d6a95f80a
2 changed files with 2 additions and 2 deletions

View File

@@ -198,7 +198,7 @@ func runGitTests(m interface{ Run() int }) int {
setting.Git.HomePath = gitHomePath
if err = InitFull(); err != nil {
return testlogger.MainErrorf("failed to call Init: %s", err)
return testlogger.MainErrorf("failed to call Init: %v", err)
}
return m.Run()
}