mirror of
https://github.com/nicksherron/bashhub-server.git
synced 2025-09-05 03:44:30 +08:00
Fix test build
This commit is contained in:
parent
4abbd5978e
commit
7e40b83069
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ func TestMain(m *testing.M) {
|
|||
dbPath := filepath.Join(testDir, "test.db")
|
||||
logFile := filepath.Join(testDir, "server.log")
|
||||
log.Print("sqlite tests")
|
||||
router = setupRouter(dbPath, logFile)
|
||||
router = setupRouter(dbPath, logFile, true)
|
||||
|
||||
system = sysStruct{
|
||||
user: "tester",
|
||||
|
|
Loading…
Add table
Reference in a new issue