]> git.donarmstrong.com Git - biopieces.git/commitdiff
shortened messages in test suite
authormartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Sun, 5 Jun 2011 17:16:15 +0000 (17:16 +0000)
committermartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Sun, 5 Jun 2011 17:16:15 +0000 (17:16 +0000)
git-svn-id: http://biopieces.googlecode.com/svn/trunk@1459 74ccb610-7750-0410-82ae-013aeee3265d

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
 }