From 53055b489f20e46c96fa1c17ca8063e4646a0a4d Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Fri, 14 Feb 2020 11:09:13 +0000 Subject: [PATCH] update comment --- show-expected-fail-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/show-expected-fail-tests.sh b/show-expected-fail-tests.sh index 221b3c89f..cef817d8a 100755 --- a/show-expected-fail-tests.sh +++ b/show-expected-fail-tests.sh @@ -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