From 6e1862581e2f382ebc443fd7b8d424cb190215e2 Mon Sep 17 00:00:00 2001 From: martinahansen Date: Wed, 2 Feb 2011 09:12:07 +0000 Subject: [PATCH] added echo_yellow to testing code git-svn-id: http://biopieces.googlecode.com/svn/trunk@1249 74ccb610-7750-0410-82ae-013aeee3265d --- bp_test/lib/test.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bp_test/lib/test.sh b/bp_test/lib/test.sh index 5d33f1d..68b83de 100755 --- a/bp_test/lib/test.sh +++ b/bp_test/lib/test.sh @@ -83,6 +83,13 @@ function echo_green echo -e "\033[32;38m$msg\033[0m" } +function echo_yellow +{ + local msg=$1 + + echo -e "\033[33;38m$msg\033[0m" +} + function echo_red { local msg=$1 -- 2.39.2