From 4ed127b39ee6dd5463aab15c2829abd0d34e2aaf Mon Sep 17 00:00:00 2001 From: Adam Wright Date: Fri, 19 Feb 2016 21:31:11 -0800 Subject: [PATCH] NOT FOUND instead of FAILED --- hooks/pre-push | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/pre-push b/hooks/pre-push index 68f26c7..a488ea8 100755 --- a/hooks/pre-push +++ b/hooks/pre-push @@ -117,7 +117,7 @@ if [ "$?" == 0 ] && [ "${TARPC_USE_CURRENT_TOOLCHAIN}" == "" ]; then run_cargo test tarpc nightly run_cargo test tarpc_examples nightly else - printf "${FAILURE}\n" + printf "${YELLOW}NOT FOUND${NC}\n" printf "${WARNING} Falling back to current toolchain: $(rustc -V)\n" run_cargo test tarpc