feat: catch kill signals

This commit is contained in:
debugtalk
2022-11-29 23:34:56 +08:00
parent 11baeb415f
commit 99fab3ae59
3 changed files with 24 additions and 26 deletions
-2
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()
}