File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -237,7 +237,7 @@ DOCKER_STUB_DEFAULT_OPTIONS='--log-level error run --rm --volume \* --volume \*
237
237
238
238
assert_output --partial " Failures too large to annotate"
239
239
assert_output --partial " using a simplified annotation"
240
- assert_equal " 5 ${annotation_input} " " $( wc -l " ${annotation_input} " | cut -f 1) "
240
+ assert_equal " 6 ${annotation_input} " " $( wc -l " ${annotation_input} " | cut -f 1) "
241
241
242
242
unstub docker
243
243
unstub du
@@ -476,7 +476,7 @@ DOCKER_STUB_DEFAULT_OPTIONS='--log-level error run --rm --volume \* --volume \*
476
476
477
477
@test " can customize skipped tests variable" {
478
478
export BUILDKITE_PLUGIN_JUNIT_ANNOTATE_ARTIFACTS=" junits/*.xml"
479
- export BUILDKITE_PLUGIN_JUNIT_ANNOTATE_SKIPPED_FORMAT= " whatever "
479
+ export BUILDKITE_PLUGIN_JUNIT_ANNOTATE_REPORT_SKIPPED= " true "
480
480
481
481
stub mktemp \
482
482
" -d \* : mkdir -p '$artifacts_tmp '; echo '$artifacts_tmp '" \
@@ -487,7 +487,7 @@ DOCKER_STUB_DEFAULT_OPTIONS='--log-level error run --rm --volume \* --volume \*
487
487
" annotate --context \* --style \* : cat >'${annotation_input} '; echo Annotation added with context \$ 3 and style \$ 5, content saved"
488
488
489
489
stub docker \
490
- " --log-level error run --rm --volume \* --volume \* --env \* --env \* --env \* --env BUILDKITE_PLUGIN_JUNIT_ANNOTATE_SKIPPED_FORMAT='whatever ' \* ruby /src/bin/annotate /junits : cat tests/2-tests-1-failure.output && exit 64"
490
+ " --log-level error run --rm --volume \* --volume \* --env \* --env \* --env \* --env BUILDKITE_PLUGIN_JUNIT_ANNOTATE_REPORT_SKIPPED='true ' \* ruby /src/bin/annotate /junits : cat tests/2-tests-1-failure.output && exit 64"
491
491
492
492
run " $PWD /hooks/command"
493
493
You can’t perform that action at this time.
0 commit comments