Skip to content

Commit

Permalink
Show locals in pytest output
Browse files Browse the repository at this point in the history
This could help us with debugging errors when a test crashes on CI, but
not locally.
  • Loading branch information
m-horky committed Nov 2, 2022
1 parent ed1d636 commit f636251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/unit.sh
Expand Up @@ -22,7 +22,7 @@ python3 setup.py build
python3 setup.py build_ext --inplace

# make sure we have a dbus session for the dbus tests
dbus-run-session coverage run -m pytest -v
dbus-run-session coverage run -m pytest -vvl
RETVAL="$?"
coverage report
coverage xml
Expand Down

0 comments on commit f636251

Please sign in to comment.