mirror of
https://github.com/OMGeeky/tarpc.git
synced 2026-01-24 19:50:21 +01:00
Print FAIL in red.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user