From: martinahansen Date: Wed, 12 Oct 2011 14:29:40 +0000 (+0000) Subject: fortified test.sh X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0f11955f405a1aa40ac2d9ae4b4222a9c62675b8;p=biopieces.git fortified test.sh git-svn-id: http://biopieces.googlecode.com/svn/trunk@1546 74ccb610-7750-0410-82ae-013aeee3265d --- diff --git a/bp_test/lib/test.sh b/bp_test/lib/test.sh index 68e3825..75f2358 100755 --- a/bp_test/lib/test.sh +++ b/bp_test/lib/test.sh @@ -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).