Skip to content

Commit fbc4b12

Browse files
Merge branch 'main' into final
2 parents 0d38f0a + 8c8c3bd commit fbc4b12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • spec/fixtures/parallel/parallel/plans

spec/fixtures/parallel/parallel/plans/error.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
) {
44
$ts = get_targets($targets)
55
parallelize($ts) |$t| {
6-
if $t.port == 20024 {
6+
if $t.port == 20025 {
77
run_task('error::fail', $t)
88
} else {
99
run_task('parallel', $t, 'time' => 0, 'val' => 'a')

0 commit comments

Comments
 (0)