indentation

This commit is contained in:
Andrew Morgan 2020-05-01 18:15:41 +01:00
parent b52d48ed53
commit 311cac7bd8

View file

@ -91,14 +91,14 @@ fi
if [ -n "${tests_to_add}" ]; then 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 "\`\`\`"
echo -e "${tests_to_add}" echo -e "${tests_to_add}"
echo "\`\`\`" echo "\`\`\`"
fi fi
if [ -n "${already_in_whitelist}" ]; then if [ -n "${already_in_whitelist}" ]; then
echo "**WARN**: Tests in the whitelist still marked as **expected fail**:" echo "**WARN**: Tests in the whitelist still marked as **expected fail**:"
echo "\`\`\`" echo "\`\`\`"
echo -e "${already_in_whitelist}" echo -e "${already_in_whitelist}"
echo "\`\`\`" echo "\`\`\`"
fi fi