Skip to content

Commit

Permalink
Exit with code 1 on test run failure
Browse files Browse the repository at this point in the history
  • Loading branch information
jcapona committed Sep 18, 2024
1 parent 0638b37 commit 6fa106a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ fi
cd /src

# Run the tests
pytest --verbose --cov-report term-missing --cov=pt_miniscreen
pytest --verbose --cov-report term-missing --cov=pt_miniscreen || exit 1

# Generate the coverage report
coverage xml

0 comments on commit 6fa106a

Please sign in to comment.