File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
lib/Test/Class/Moose/Executor Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,6 @@ sub _test_class_is_parallelizable {
97
97
' noparallel'
98
98
);
99
99
}
100
- $self -> _test_methods_for($test_class );
101
100
}
102
101
103
102
sub _run_test_classes_in_parallel {
@@ -131,10 +130,11 @@ sub _run_test_classes_in_parallel {
131
130
# with Test2::AsyncSubtest::detach, and can potentially cascade into
132
131
# all kinds of other problems during global destruction. i have no
133
132
# idea how a grandchild death can end up running this code...
134
- if ($$ == $child_pid ) {
133
+ if ( $$ == $child_pid ) {
135
134
$subtest -> detach;
136
135
$self -> _fork_manager-> finish( 0, \$class_report );
137
- } else {
136
+ }
137
+ else {
138
138
warn " Ignoring unknown child pid $$ , did a grandchild pid die?" ;
139
139
}
140
140
}
You can’t perform that action at this time.
0 commit comments