We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6df436c commit 4175b06Copy full SHA for 4175b06
plugin/plugin_test/plugin_main_test.go
@@ -92,7 +92,7 @@ func TestMain(t *testing.M) {
92
log.Info("init test database successfully")
93
94
if ret := t.Run(); ret != 0 {
95
- panic(ret)
+ os.Exit(ret)
96
}
97
98
0 commit comments