Define FAILURE_LOG variable for consistent failure log file naming

This commit is contained in:
Yaro Kasear 2025-04-16 16:00:44 -05:00
parent 03e4d95f2d
commit cc4f4f0adb

View file

@ -6,6 +6,8 @@ IFS=$'\n\t'
source settings.env
FAILURE_LOG="${TEST_FILE%.csv}-failures.log"
# Check if email recipient is set
if [ -z "$RECIPIENT" ]; then
echo "[!] Please set the RECIPIENT variable in settings.env."