On Fri, Jul 21, 2017 at 05:27:32PM +1000, Brian May wrote:
Ryan Tandy <[email protected]> writes:

Simply removing override_dh_auto_test should be enough. 01ee541a31 looks
like an unnecessary change to me; AFAICT, debhelper has always supported
'make check'.

With this change, the tests fail. Still trying to understand why.

Sorry about that - I honestly thought I had let the tests run to completion once before opening the bug.

dh_auto_test is also picking up --parallel (explicitly enabled at the top of d/rules), and it looks like the test suite only works with -j1. I'll look at that.

Alternate change to keep parallel disabled for the tests while still respecting 'nocheck':

override_dh_auto_test:
        dh_auto_test -O--no-parallel

but I'll look into this and see if the test suite can be fixed to work when run parallel.

Reply via email to