Loading debian/rules +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ ifneq ($(VERSION_dch),$(VERSION_py)) endif export PYBUILD_DESTDIR = debian/diffoscope export PYBUILD_TEST_ARGS = -v -r sxX --cov=diffoscope --cov-report=term-missing --cov-report=html export PYBUILD_TEST_ARGS = -vv -r sxX --cov=diffoscope --cov-report=term-missing --cov-report=html export PYBUILD_AFTER_INSTALL=rm -rvf '{destdir}/{install_dir}/htmlcov' '{destdir}/{install_dir}/.coverage' %: Loading debian/tests/pytest +1 −1 Original line number Diff line number Diff line Loading @@ -10,4 +10,4 @@ fi export LIBGUESTFS_MEMSIZE=128 cp -r tests $ADTTMP (cd $ADTTMP; py.test-3 -v -r a) (cd $ADTTMP; py.test-3 -vv -r a) Loading
debian/rules +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ ifneq ($(VERSION_dch),$(VERSION_py)) endif export PYBUILD_DESTDIR = debian/diffoscope export PYBUILD_TEST_ARGS = -v -r sxX --cov=diffoscope --cov-report=term-missing --cov-report=html export PYBUILD_TEST_ARGS = -vv -r sxX --cov=diffoscope --cov-report=term-missing --cov-report=html export PYBUILD_AFTER_INSTALL=rm -rvf '{destdir}/{install_dir}/htmlcov' '{destdir}/{install_dir}/.coverage' %: Loading
debian/tests/pytest +1 −1 Original line number Diff line number Diff line Loading @@ -10,4 +10,4 @@ fi export LIBGUESTFS_MEMSIZE=128 cp -r tests $ADTTMP (cd $ADTTMP; py.test-3 -v -r a) (cd $ADTTMP; py.test-3 -vv -r a)