Define FAILURE_LOG variable for consistent failure log file naming
This commit is contained in:
parent
03e4d95f2d
commit
cc4f4f0adb
1 changed files with 2 additions and 0 deletions
|
@ -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."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue