From 91b080ed3d652cca3b35cc9ec334fa022db5ef7b Mon Sep 17 00:00:00 2001 From: martinahansen Date: Wed, 15 Jun 2011 07:00:37 +0000 Subject: [PATCH] changed testing log file name git-svn-id: http://biopieces.googlecode.com/svn/trunk@1477 74ccb610-7750-0410-82ae-013aeee3265d --- bp_test/lib/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bp_test/lib/test.sh b/bp_test/lib/test.sh index 54ded2a..18ee4c3 100755 --- a/bp_test/lib/test.sh +++ b/bp_test/lib/test.sh @@ -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 { -- 2.39.5