From 71edd52ce41ce0712b58f14e1f83de8ec1248d35 Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Fri, 14 Feb 2020 10:29:55 +0000 Subject: [PATCH] Fix backtick parsing --- 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 4db76d46c..badf67ead 100755 --- a/show-expected-fail-tests.sh +++ b/show-expected-fail-tests.sh @@ -86,7 +86,7 @@ if [ -n "${tests_to_add}" ] && [ -n "${already_in_whitelist}" ]; then fi if [ -n "${tests_to_add}" ]; then - echo "**ERROR**: The following tests passed but are not present in `$2`. Please append them to the file:" + echo "**ERROR**: The following tests passed but are not present in \`$2\`. Please append them to the file:" echo "\`\`\`" echo -e "${tests_to_add}" echo "\`\`\`"