Do not ignore test results via '|| true'
authorAndreas Tille <tille@debian.org>
Fri, 2 Oct 2020 07:59:20 +0000 (09:59 +0200)
committerAndreas Tille <tille@debian.org>
Fri, 2 Oct 2020 07:59:20 +0000 (09:59 +0200)
debian/changelog
debian/rules
debian/tests/control

index 6bbe31a026e4335226cc4df4c103e1bc62320847..c05a354f0bfc2af6671dbff611d3b6066afc33f9 100644 (file)
@@ -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 <tille@debian.org>  Fri, 02 Oct 2020 08:11:01 +0200
 
index b05f492b6ab047a147576cb40e76b1daf80b8855..306e7305881a0f76d4a8506aeb109b40bd2c968c 100755 (executable)
@@ -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
index 22864327a6974725a14c697cde674b953a63514a..6dc40585b2ae1e2c1ddd255973ea6e1a77eced5b 100644 (file)
@@ -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