Skip to content

Commit ac0c858

Browse files
committed
set -e gain in setup-pytest
1 parent 73c085e commit ac0c858

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/scripts/setup-pytest-env.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,5 @@ function run_pytest() {
9292
if [ "$exit_code" -ne "0" ] && [ "$exit_code" -ne "5" ]; then
9393
pytest_errors+=("${suite_name}: $@")
9494
fi
95+
set -e
9596
}

0 commit comments

Comments
 (0)