Skip to content

Commit a4100ee

Browse files
committed
Better wording of message
1 parent 908821c commit a4100ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hooks/command

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ if [ $has_errors -eq 0 ]; then
8686
if [[ "${BUILDKITE_PLUGIN_JUNIT_ANNOTATE_MIN_TESTS:-0}" -gt "${TOTAL_TESTS}" ]]; then
8787
create_annotation=1
8888
fail_build=1
89-
echo ":warning: Less than ${BUILDKITE_PLUGIN_JUNIT_ANNOTATE_MIN_TESTS} tests run"
89+
echo ":warning: Less than ${BUILDKITE_PLUGIN_JUNIT_ANNOTATE_MIN_TESTS} tests analyzed"
9090
fi
9191
elif ! check_size; then
9292
echo "--- :warning: Failures too large to annotate"

0 commit comments

Comments
 (0)