]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_test/lib/test.sh
added echo_yellow to testing code
[biopieces.git] / 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