Skip to content
Snippets Groups Projects
Verified Commit beff8d91 authored by Mattia Rizzolo's avatar Mattia Rizzolo
Browse files

debian/rules: be more verbose when running the tests, in particular, show why...

debian/rules: be more verbose when running the tests, in particular, show why tests are being skipped
parent 65411af6
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,8 @@ ifneq ($(VERSION_dch),$(VERSION_py))
$(error "Version in debian/changelog doesn't match diffoscope version")
endif
export PYBUILD_TEST_ARGS = -v -r sxX
%:
dh $@ --with python3 --with bash-completion --buildsystem=pybuild
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment