File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,8 +65,8 @@ if [ "${common}" -eq 1 ]; then
65
65
RETVAL=$?
66
66
if [ " ${RETVAL} " -eq 1 ]; then
67
67
mail -s
" Selenium Tests: ${IDENTIFIER} Failed To Run" [email protected] <<< ' Something went wrong with common tests. Please check the logs.'
68
- exit ${RETVAL}
69
68
fi
69
+ exit ${RETVAL}
70
70
elif [ " ${examples} " -eq 1 ]; then
71
71
IDENTIFIER=" libraries_test"
72
72
tox tests/libraries -- --url=${URL} --source=${SOURCE} -F --plugin
@@ -86,8 +86,8 @@ elif [ "${noplugin}" -eq 1 ]; then
86
86
RETVAL=$?
87
87
if [ " ${RETVAL} " -eq 1 ]; then
88
88
mail -s
" Selenium Tests: ${IDENTIFIER} Failed To Run" [email protected] <<< ' Something went wrong with noplugin tests. Please check the logs.'
89
- exit ${RETVAL}
90
89
fi
90
+ exit ${RETVAL}
91
91
fi
92
92
93
93
DATE=$( date +" %Y-%m-%d" ) # Get the current date
You can’t perform that action at this time.
0 commit comments