From 4e497c19c91bf4c4ddea1c47c57211f7d7a4cf98 Mon Sep 17 00:00:00 2001 From: Andreas Tille Date: Fri, 2 Oct 2020 09:59:20 +0200 Subject: [PATCH] Do not ignore test results via '|| true' --- debian/changelog | 1 + debian/rules | 2 +- debian/tests/control | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6bbe31a..c05a354 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ python-pysam (0.16.0.1+ds-1) UNRELEASED; urgency=medium * New upstream version * debhelper-compat 13 (routine-update) * Update copyright + * Do not ignore test results via '|| true' -- Andreas Tille Fri, 02 Oct 2020 08:11:01 +0200 diff --git a/debian/rules b/debian/rules index b05f492..306e730 100755 --- a/debian/rules +++ b/debian/rules @@ -28,7 +28,7 @@ override_dh_install: clean-tests 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 diff --git a/debian/tests/control b/debian/tests/control index 2286432..6dc4058 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,3 +1,3 @@ -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 -- 2.30.2