Skip to content
Snippets Groups Projects
Commit 1807e6f7 authored by Mathieu Courtois's avatar Mathieu Courtois
Browse files

[admin] start validation testcases at saturday morning

parent 30861e28
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ fi
# printf " dow: ${dow}, dom: ${dom}..." >> ${flog}
# only run on the first friday of the month
if [ $now -eq 1 ] || ( [ $dow -eq 5 ] && [ $dom -lt 8 ] ); then
if [ $now -eq 1 ] || ( [ $dow -eq 6 ] && [ $dom -lt 8 ] ); then
rotatelog ${flog}
printf "\n`date`\nstarting run_testcases_validation...\n" >> ${flog}
export WAF_SUFFIX="${VARIANT}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment