Package: src:fabric
Version: 1.13.1-2
Tags: patch

Dear maintainer:

Regarding Bug #854686, I'd like to be able to tell which test is the
one that fails, but it's not easy because everything I see is a
sequence of dots.

Could you please add -v to -v to PYBUILD_TEST_ARGS, as in the patch
below?

Even if this by itself clearly does not fix Bug #854686, I could then
easily build the package a lot of times in unstable and provide more
information about it.

Thanks.

--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-export PYBUILD_TEST_ARGS=--exclude=test_nested_execution_with_explicit_ports
+export PYBUILD_TEST_ARGS=-v --exclude=test_nested_execution_with_explicit_ports
 export PYBUILD_NAME=fabric
 
 %:

Reply via email to