]> git.donarmstrong.com Git - biopieces.git/commitdiff
changed testing log file name
authormartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Wed, 15 Jun 2011 07:00:37 +0000 (07:00 +0000)
committermartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Wed, 15 Jun 2011 07:00:37 +0000 (07:00 +0000)
git-svn-id: http://biopieces.googlecode.com/svn/trunk@1477 74ccb610-7750-0410-82ae-013aeee3265d

bp_test/lib/test.sh

index 54ded2a7f1cb34aa8fcfbd184dffa96653bba30f..18ee4c342117c8fd919d094b9bfcac4d212165cc 100755 (executable)
@@ -5,7 +5,7 @@ in="$BP_DIR/bp_test/in/$bp.in"
 out="$BP_DIR/bp_test/out/$bp.out"
 tmp="$BP_TMP/$bp.out"
 tmp_dir="$BP_TMP/test_tmp"
-log_file="$BP_TMP/test.log"
+log_file="$BP_TMP/$USER.test.log"
 
 function run
 {