We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73c085e commit ac0c858Copy full SHA for ac0c858
tests/scripts/setup-pytest-env.sh
@@ -92,4 +92,5 @@ function run_pytest() {
92
if [ "$exit_code" -ne "0" ] && [ "$exit_code" -ne "5" ]; then
93
pytest_errors+=("${suite_name}: $@")
94
fi
95
+ set -e
96
}
0 commit comments