mirror of
https://github.com/gabehf/Koito.git
synced 2026-03-07 21:48:18 -08:00
chore: expand debug logging + embeddable version
This commit is contained in:
parent
edbd7d506e
commit
e92733823d
25 changed files with 563 additions and 303 deletions
|
|
@ -98,7 +98,7 @@ func TestMain(m *testing.M) {
|
|||
log.Fatalf("Could not connect to database: %s", err)
|
||||
}
|
||||
|
||||
go engine.Run(getenv, os.Stdout)
|
||||
go engine.Run(getenv, os.Stdout, "vTest")
|
||||
|
||||
// Wait until the web server is reachable
|
||||
for i := 0; i < 20; i++ {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue