mirror of
https://github.com/go-delve/delve.git
synced 2025-10-29 17:56:45 +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)
|
os.Exit(1)
|
||||||
case <-exited:
|
case <-exited:
|
||||||
p.Process.Kill()
|
p.Process.Kill()
|
||||||
os.Exit(0)
|
|
||||||
}
|
}
|
||||||
}()
|
}()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user