From 0f843409f7325b85b3c403635b95e81142dfd22f Mon Sep 17 00:00:00 2001 From: martinahansen Date: Tue, 3 Aug 2010 13:07:53 +0000 Subject: [PATCH] fixed first bug in testing suite git-svn-id: http://biopieces.googlecode.com/svn/trunk@1018 74ccb610-7750-0410-82ae-013aeee3265d --- bp_test/test_all | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bp_test/test_all b/bp_test/test_all index 061bec3..2d66ff7 100755 --- a/bp_test/test_all +++ b/bp_test/test_all @@ -2,7 +2,9 @@ source "lib/test.sh" -rm $log_file +if [ -f $log_file ]; then + rm $log_file +fi count=0 time0=`date +%s` -- 2.39.2