File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -58,8 +58,8 @@ cat "$annotation_path"
58
58
59
59
if grep -q " <details>" " $annotation_path " ; then
60
60
if ! check_size; then
61
- echo " --- :warning: Report too large to annotate"
62
- echo " The report are too large to create a build annotation. Please inspect the failed JUnit artifacts manually."
61
+ echo " --- :warning: Failures too large to annotate"
62
+ echo " The failures are too large to create a build annotation. Please inspect the failed JUnit artifacts manually."
63
63
else
64
64
echo " --- :buildkite: Creating annotation"
65
65
# shellcheck disable=SC2002
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ load "$BATS_PATH/load.bash"
142
142
143
143
assert_success
144
144
145
- assert_output --partial " Report too large to annotate"
145
+ assert_output --partial " Failures too large to annotate"
146
146
147
147
unstub docker
148
148
unstub buildkite-agent
@@ -172,7 +172,7 @@ load "$BATS_PATH/load.bash"
172
172
173
173
assert_failure
174
174
175
- assert_output --partial " Report too large to annotate"
175
+ assert_output --partial " Failures too large to annotate"
176
176
177
177
unstub mktemp
178
178
unstub buildkite-agent
You can’t perform that action at this time.
0 commit comments