test_suite: make mail server changeable via MARS_MAIL_SERVER_AND_PORT

This commit is contained in:
Frank Liepold 2014-04-24 16:54:16 +02:00
parent 3ad25bba4b
commit 692b27514d
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ done
echo Start $(basename $0) $test_suite_dir $use_case_dir at $(date)
mail_server=mxintern.schlund.de:587
mail_server=${MARS_MAIL_SERVER_AND_PORT:-mxintern.schlund.de:587}
mail_from="$0@$(hostname)"
mail_to=("frank.liepold@1und1.de")