mirror of
https://github.com/go-delve/delve.git
synced 2025-10-29 01:27:16 +08:00
Do not os.Exit(0) in test
This commit is contained in:
@ -226,7 +226,6 @@ func TestNext(t *testing.T) {
|
||||
os.Exit(1)
|
||||
case <-exited:
|
||||
p.Process.Kill()
|
||||
os.Exit(0)
|
||||
}
|
||||
}()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user