]> git.donarmstrong.com Git - biopieces.git/commitdiff
fortified test.sh
authormartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Wed, 12 Oct 2011 14:29:40 +0000 (14:29 +0000)
committermartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Wed, 12 Oct 2011 14:29:40 +0000 (14:29 +0000)
git-svn-id: http://biopieces.googlecode.com/svn/trunk@1546 74ccb610-7750-0410-82ae-013aeee3265d

bp_test/lib/test.sh

index 68e3825ed62ff155e36dc75b635617058612b56a..75f235846064cabb9914160fda1726293fd18a34 100755 (executable)
@@ -3,8 +3,8 @@
 bp=`basename $0 | sed s/^test_//`
 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"
+tmp="$BP_TMP/$USER.$bp.out"
+tmp_dir="$BP_TMP/$USER.test_tmp"
 log_file="$BP_TMP/$USER.test.log"
 
 # Function to run a given command (verbose).