* New upstream version
* debhelper-compat 13 (routine-update)
* Update copyright
+ * Do not ignore test results via '|| true'
-- Andreas Tille <tille@debian.org> Fri, 02 Oct 2020 08:11:01 +0200
ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
override_dh_auto_test: pysam_data.all cbcf_data.all
- export PYBUILD_TEST_ARGS='|| true' ; dh_auto_test
+ dh_auto_test
else
override_dh_auto_test:
endif
-Test-Command: export HOME=$PWD && make -C tests/pysam_data && make -C tests/cbcf_data && pytest-3 || true
+Test-Command: export HOME=$PWD && make -C tests/pysam_data && make -C tests/cbcf_data && pytest-3
Depends: @builddeps@, python3-pysam,
Restrictions: allow-stderr, rw-build-tree