We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0468f5 commit 9905ee9Copy full SHA for 9905ee9
1 file changed
t/01_run.t
@@ -498,6 +498,8 @@ subtest stop_whole_process_group_gracefully => sub {
498
my $test_gpid = getpgrp(0);
499
my $sub_process_pid = $sub_process->pid;
500
sleep 0.1 while $test_gpid == getpgrp($sub_process_pid);
501
+ note "test pid: $$, gpid: $test_gpid";
502
+ note "sub process pid: $sub_process_pid, gpid: " . getpgrp($sub_process_pid);
503
504
$sub_process->stop();
505
is $sub_process->is_running, 0, 'process is shut down via kill_whole_group';
0 commit comments