mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-30 05:46:15 -06:00
init test log properly on testrig
This commit is contained in:
parent
652b41d1ce
commit
88e27da164
1 changed files with 2 additions and 0 deletions
|
|
@ -44,6 +44,8 @@ import (
|
|||
|
||||
// Start creates and starts a gotosocial testrig server
|
||||
var Start cliactions.GTSAction = func(ctx context.Context, _ *config.Config) error {
|
||||
testrig.InitTestLog()
|
||||
|
||||
c := testrig.NewTestConfig()
|
||||
dbService := testrig.NewTestDB()
|
||||
testrig.StandardDBSetup(dbService, nil)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue