From 0f11955f405a1aa40ac2d9ae4b4222a9c62675b8 Mon Sep 17 00:00:00 2001 From: martinahansen Date: Wed, 12 Oct 2011 14:29:40 +0000 Subject: [PATCH] fortified test.sh git-svn-id: http://biopieces.googlecode.com/svn/trunk@1546 74ccb610-7750-0410-82ae-013aeee3265d --- bp_test/lib/test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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). -- 2.39.5