From: martinahansen Date: Tue, 3 Aug 2010 13:07:53 +0000 (+0000) Subject: fixed first bug in testing suite X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0f843409f7325b85b3c403635b95e81142dfd22f;p=biopieces.git fixed first bug in testing suite git-svn-id: http://biopieces.googlecode.com/svn/trunk@1018 74ccb610-7750-0410-82ae-013aeee3265d --- 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`