]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_test/lib/test.sh
shortened messages in test suite
[biopieces.git] / bp_test / lib / test.sh
index cabff6902aa99c6b53dde4af67f35c9f7db76457..54ded2a7f1cb34aa8fcfbd184dffa96653bba30f 100755 (executable)
@@ -11,7 +11,10 @@ function run
 {
     local command=$1
 
-    echo -n "Testing $command ... "
+    msg="${command/$BP_DIR/\$BP_DIR}"
+    msg="${msg//$BP_TMP/\$BP_TMP}"
+
+    echo -n "Testing $msg ... "
     eval $command > /dev/null 2>&1
 }