mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-08-06 18:24:39 +08:00
Refactor issue indexer (#5363)
This commit is contained in:

committed by
techknowlogick

parent
094263db4d
commit
830ae61456
@ -44,6 +44,10 @@ func MainTest(m *testing.M, pathToGiteaRoot string) {
|
||||
fatalTestError("Error creating test engine: %v\n", err)
|
||||
}
|
||||
|
||||
if err = InitIssueIndexer(); err != nil {
|
||||
fatalTestError("Error InitIssueIndexer: %v\n", err)
|
||||
}
|
||||
|
||||
setting.AppURL = "https://try.gitea.io/"
|
||||
setting.RunUser = "runuser"
|
||||
setting.SSH.Port = 3000
|
||||
|
Reference in New Issue
Block a user