[med-svn] [Git][med-team/paleomix][master] Don't pipe with true
Nilesh Patra
gitlab at salsa.debian.org
Tue Sep 1 15:28:53 BST 2020
Nilesh Patra pushed to branch master at Debian Med / paleomix
Commits:
8adf5b84 by Nilesh Patra at 2020-09-01T19:58:28+05:30
Don't pipe with true
- - - - -
1 changed file:
- debian/rules
Changes:
=====================================
debian/rules
=====================================
@@ -12,9 +12,7 @@ export PYBUILD_BEFORE_TEST=cp -a README.rst {build_dir};
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
- ## FIXME: For the moment ignore
- # E FileNotFoundError: [Errno 2] No such file or directory: 'paleomix'
- PATH=$(CURDIR)/bin/:$(PATH) dh_auto_test || true
+ PATH=$(CURDIR)/bin/:$(PATH) dh_auto_test
endif
override_dh_install:
View it on GitLab: https://salsa.debian.org/med-team/paleomix/-/commit/8adf5b840025b247c6e89eded9d47a1bff0f554e
--
View it on GitLab: https://salsa.debian.org/med-team/paleomix/-/commit/8adf5b840025b247c6e89eded9d47a1bff0f554e
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20200901/12b12f49/attachment-0001.html>
More information about the debian-med-commit
mailing list