Skip to content
Snippets Groups Projects
Commit daaa7498 authored by rds's avatar rds
Browse files

add hostname to test fail message subject

parent 8877011e
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,7 @@ if [ "x$ZMAP_MAKE_CHECK" == "x$ZMAP_TRUE" ]; then
if [ "x$ERROR_RECIPIENT" != "x" ]; then
zmap_message_out "Mailing log to $ERROR_RECIPIENT"
cat $TMP_LOG | mailx -s "ZMap Tests Failure" $ERROR_RECIPIENT
cat $TMP_LOG | mailx -s "ZMap Tests Failure on $(hostname)" $ERROR_RECIPIENT
fi
rm -f $TMP_LOG
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment