Add default email body for test completion notification in runtest.sh
This commit is contained in:
parent
b810c93e29
commit
150f8fc448
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,8 @@ SSID_METRICS_FILE="${ENRICHED_FILE%.csv}-ssid-metrics.csv"
|
|||
FAILURE_LOG="${TEST_FILE%.csv}-failures.log"
|
||||
SCRIPT_START=$(date +%s)
|
||||
|
||||
EMAIL_BODY=${EMAIL_BODY:-"Test $BOOT_ID completed successfully. Please find the attached files and collect the probe."}
|
||||
|
||||
log() {
|
||||
echo "[+] $*" >&2
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue