[diffoscope] 01/01: Be even more verbose about failing tests
Mattia Rizzolo
mattia at debian.org
Thu Aug 25 16:33:11 CEST 2016
This is an automated email from the git hooks/post-receive script.
mattia pushed a commit to branch master
in repository diffoscope.
commit 284b0a45ceb2c7a95efe3839a23132646bb627ce
Author: Mattia Rizzolo <mattia at debian.org>
Date: Thu Aug 25 14:33:01 2016 +0000
Be even more verbose about failing tests
---
debian/rules | 2 +-
debian/tests/pytest | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index b89482c..9a2beea 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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'
%:
diff --git a/debian/tests/pytest b/debian/tests/pytest
index 3517d6e..596e618 100755
--- a/debian/tests/pytest
+++ b/debian/tests/pytest
@@ -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)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git
More information about the diffoscope
mailing list