mirror of https://github.com/hashicorp/consul
Merge pull request #7589 from pierresouchay/fix_unstable_test_TestForwardSignals
Fixed unstable test TestForwardSignals()pull/7594/head
commit
b9cb1e93c3
|
@ -202,7 +202,7 @@ func TestHelperProcess(t *testing.T) {
|
||||||
limitProcessLifetime(2 * time.Minute)
|
limitProcessLifetime(2 * time.Minute)
|
||||||
|
|
||||||
ch := make(chan os.Signal, 10)
|
ch := make(chan os.Signal, 10)
|
||||||
signal.Notify(ch)
|
signal.Notify(ch, forwardSignals...)
|
||||||
defer signal.Stop(ch)
|
defer signal.Stop(ch)
|
||||||
|
|
||||||
fmt.Fprintf(os.Stdout, "ready\n")
|
fmt.Fprintf(os.Stdout, "ready\n")
|
||||||
|
|
Loading…
Reference in New Issue