You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removed unecessary variable NO_LOGS from seleniumbender bash script.
Tests that send emails when their execution fails (RETVAL!=0), but no logs or reports are attached, used NO_LOGS flag in order for the script to exit.
The control is simplified and we check RETVAL variable in order for the script to exit.
0 commit comments