mirror of https://github.com/schoebel/mars
test_suite: make mail server changeable via MARS_MAIL_SERVER_AND_PORT
This commit is contained in:
parent
3ad25bba4b
commit
692b27514d
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue