diff options
| -rwxr-xr-x | leap-platform-test | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/leap-platform-test b/leap-platform-test index e71328d..333652e 100755 --- a/leap-platform-test +++ b/leap-platform-test @@ -114,7 +114,8 @@ deploy() {      then        versions=`versions`        msg="From: $MAIL_FROM\nTo: $MAIL_TO\nSubject: Deploy to \"$vm\" had errors !\n\n" -      msg="$msg \n$versions \n\nOutput of error log below:\n\n `cat $ERRLOG1`" +      msg="$msg \nOutput of error log below:\n `cat $ERRLOG1` \n\n" +      msg="$msg\n Tested with following versions/git commit IDs: \n$versions"        echo "Deploy to \"$vm\" on `date` had errors." | tee -a $LOG1 $LOG2 $ERRLOG2        echo        cat $ERRLOG1  | 
