Fixed tests hanging the CI instance

This commit is contained in:
Ethan P 2019-07-26 15:16:17 -07:00
parent 882f438e50
commit bb494fa484
No known key found for this signature in database
GPG Key ID: 1F8DF8091CD46FBC

View File

@ -26,13 +26,13 @@ fail() {
fi
printf "\x1B[33mError (%s):\x1B[0m\n" "$c"
bat --style=numbers -
bat --style=numbers --paging=never -
;;
DIFF)
printf "\x1B[33m%s\x1B[0m\n" "$2"
printf "\x1B[33mDifference:\x1B[0m\n"
bat --style=plain -l diff -
bat --style=plain --paging=never -l diff -
;;
esac
exit 1