Skip to content

Commit

Permalink
add -s to setup-pytest-env.sh for clearer error msgs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jocelyn committed Feb 9, 2021
1 parent b218fce commit ac2dbd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/scripts/setup-pytest-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
set +u

if [[ ! -z $CI_PYTEST_ADD_OPTIONS ]]; then
export PYTEST_ADDOPTS="-v $CI_PYTEST_ADD_OPTIONS $PYTEST_ADDOPTS"
export PYTEST_ADDOPTS="-s -v $CI_PYTEST_ADD_OPTIONS $PYTEST_ADDOPTS"
else
export PYTEST_ADDOPTS="-v $PYTEST_ADDOPTS"
export PYTEST_ADDOPTS="-s -v $PYTEST_ADDOPTS"
fi
set -u

Expand Down

0 comments on commit ac2dbd6

Please sign in to comment.