We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c9e229 commit 0db485cCopy full SHA for 0db485c
src/Hedgehog/Extras/Test/Process.hs
@@ -332,6 +332,8 @@ procFlex' execConfig pkg binaryEnv arguments = GHC.withFrozenCallStack . H.evalM
332
return (IO.proc bin arguments)
333
{ IO.env = getLast $ execConfigEnv execConfig
334
, IO.cwd = getLast $ execConfigCwd execConfig
335
+ -- this allows sending signals to the created processes, without killing the test-suite process
336
+ , IO.create_group = True
337
}
338
339
-- | Compute the project base. This will be based on either the "CARDANO_NODE_SRC"
0 commit comments