Add default email body for test completion notification in runtest.sh

This commit is contained in:
Yaro Kasear 2025-04-28 14:57:11 -05:00
parent b810c93e29
commit 150f8fc448

View file

@ -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
}