Print FAIL in red.

This commit is contained in:
Adam Wright
2016-01-10 17:51:15 -08:00
parent ea24921eff
commit 200a06ac57

View File

@@ -23,7 +23,7 @@ fi
cargo test &>/dev/null
if [ "$?" != "0" ];
then
echo ${GREEN}FAIL${NC} pre-push test check
echo ${RED}FAIL${NC} pre-push test check
else
echo ${GREEN}PASS${NC} pre-push test check
fi