diff --git a/tests/bootstrap.sh b/tests/bootstrap.sh index 013037f33b..04ec6b73d1 100755 --- a/tests/bootstrap.sh +++ b/tests/bootstrap.sh @@ -13,7 +13,10 @@ pip install selenium===3.14.1 \ | grep -v 'Requirement already satisfied' python test.py $1 $2 +ret_code=$? if [ "${TRAVIS:-false}" = "false" ]; then deactivate fi + +exit $ret_code