support yaml/json/toml configuration format, make ini deprecated (#3599)

This commit is contained in:
fatedier
2023-09-06 10:18:02 +08:00
committed by GitHub
parent 885b029fcf
commit c95311d1a0
103 changed files with 4178 additions and 3829 deletions

View File

@ -31,7 +31,7 @@ func TestMain(m *testing.M) {
os.Exit(1)
}
log.InitLog("console", "", framework.TestContext.LogLevel, 0, true)
log.InitLog("console", framework.TestContext.LogLevel, 0, true)
os.Exit(m.Run())
}