feat: catch kill signals

This commit is contained in:
debugtalk
2022-11-29 23:34:56 +08:00
parent 9d474d895e
commit 8affbe2e9c
3 changed files with 24 additions and 26 deletions

View File

@@ -34,7 +34,6 @@ func TestMainIOS(t *testing.T) {
wc := NewWorldCupLive(device, "", bundleID, 30, 10)
wc.EnterLive(bundleID)
wc.Start()
wc.DumpResult()
}
func TestMainAndroid(t *testing.T) {
@@ -43,5 +42,4 @@ func TestMainAndroid(t *testing.T) {
wc := NewWorldCupLive(device, "", bundleID, 30, 10)
wc.EnterLive(bundleID)
wc.Start()
wc.DumpResult()
}