update comment

This commit is contained in:
Andrew Morgan 2020-02-14 11:09:13 +00:00
parent e703ac1313
commit 53055b489f

View file

@ -80,7 +80,7 @@ done <<< "${passed_but_expected_fail}"
tests_to_add=$(echo $tests_to_add | xargs)
already_in_whitelist=$(echo $already_in_whitelist | xargs)
# Wrap output in code blocks for buildkite annotation rendering purposes
# Format output with markdown for buildkite annotation rendering purposes
if [ -n "${tests_to_add}" ] && [ -n "${already_in_whitelist}" ]; then
echo "### 📜 SyTest Whitelist Maintenance"
fi