mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-10-30 14:01:02 +00:00
[UPGRADE] run sanity checks before the database is upgraded
https://codeberg.org/forgejo/forgejo/pulls/1543 (cherry picked from commitfbb71f464b) (cherry picked from commit650f849c84) (cherry picked from commit25e0d33dfe) (cherry picked from commit222b70e504) (cherry picked from commit4be04627a7) (cherry picked from commit64fcb25de3) (cherry picked from commit740943d6b0)
This commit is contained in:
parent
efbae03e02
commit
3c096abf11
1 changed files with 1 additions and 4 deletions
|
|
@ -3,7 +3,6 @@
|
|||
package forgejo
|
||||
|
||||
import (
|
||||
"path/filepath"
|
||||
"testing"
|
||||
|
||||
"code.gitea.io/gitea/models/unittest"
|
||||
|
|
@ -14,7 +13,5 @@ import (
|
|||
)
|
||||
|
||||
func TestMain(m *testing.M) {
|
||||
unittest.MainTest(m, &unittest.TestOptions{
|
||||
GiteaRootPath: filepath.Join("..", ".."),
|
||||
})
|
||||
unittest.MainTest(m)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue