process
process copied to clipboard
testsuite: Add process-fork-wait test
This test verifies that the use_process_jobs
feature works as
advertised. Specifically: on Windows waitForProcess
should not return
until all processes created by the child (including those created with
fork
) have exited if use_process_jobs
is enabled.
Frankly, this test should have been added long ago.
Sure, I would be happy to handle it myself. Thanks for the quick feedback.