]> git.donarmstrong.com Git - biopieces.git/commitdiff
added echo_yellow to testing code
authormartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Wed, 2 Feb 2011 09:12:07 +0000 (09:12 +0000)
committermartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Wed, 2 Feb 2011 09:12:07 +0000 (09:12 +0000)
git-svn-id: http://biopieces.googlecode.com/svn/trunk@1249 74ccb610-7750-0410-82ae-013aeee3265d

bp_test/lib/test.sh

index 5d33f1db33710ef3f6303db70bbf619c082c55fd..68b83defc2beef6543b6ee6d2977c6ecd80ffb18 100755 (executable)
@@ -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