We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0d38f0a + 8c8c3bd commit fbc4b12Copy full SHA for fbc4b12
1 file changed
spec/fixtures/parallel/parallel/plans/error.pp
@@ -3,7 +3,7 @@
3
) {
4
$ts = get_targets($targets)
5
parallelize($ts) |$t| {
6
- if $t.port == 20024 {
+ if $t.port == 20025 {
7
run_task('error::fail', $t)
8
} else {
9
run_task('parallel', $t, 'time' => 0, 'val' => 'a')
0 commit comments