[Python-modules-commits] [pydot] 07/08: dont fail if tests fail

Sandro Tosi morph at moszumanska.debian.org
Sat Nov 25 22:00:16 UTC 2017


This is an automated email from the git hooks/post-receive script.

morph pushed a commit to branch master
in repository pydot.

commit 1ad6eda23769c5f660aaf35f3e13d7e771d38364
Author: Sandro Tosi <morph at debian.org>
Date:   Sat Nov 25 16:56:31 2017 -0500

    dont fail if tests fail
---
 debian/changelog | 3 ++-
 debian/rules     | 3 +--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 09cc0a6..bff5b8c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,7 @@ pydot (1.2.3-1) UNRELEASED; urgency=medium
     - add chardet to b-d-i, needed by tests
   * debian/rules
     - run tests from the upstream test/ dir
+    - dont fail if tests fail
   * debian/patches/crlf-to-lf.patch
     - restore upstream test files with CRLF which were converted to LF by git
   * debian/compat
@@ -26,7 +27,7 @@ pydot (1.2.3-1) UNRELEASED; urgency=medium
   [ Ondřej Nový ]
   * Fixed VCS URL (https)
 
- -- Sandro Tosi <morph at debian.org>  Sat, 25 Nov 2017 16:54:13 -0500
+ -- Sandro Tosi <morph at debian.org>  Sat, 25 Nov 2017 16:56:17 -0500
 
 pydot (1.0.28-2) unstable; urgency=medium
 
diff --git a/debian/rules b/debian/rules
index 29487dc..9857336 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,8 +25,7 @@ override_dh_auto_install:
 
 override_dh_auto_test:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-	set -e ; \
-	for python in $(PY2VERS) $(PY3VERS); do \
+	-for python in $(PY2VERS) $(PY3VERS); do \
 	# retrive the lib path \
 		LIB=$$($$python -c "from distutils.command.build import build ; from distutils.core import Distribution ; b = build(Distribution()) ; b.finalize_options() ; print(b.build_purelib)") ; \
 		PYTHONPATH=$$LIB $$python test/pydot_unittest.py ; \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pydot.git



More information about the Python-modules-commits mailing list