[med-svn] [python-skbio] 02/04: use set -e in autopkgtests

Kevin Murray daube-guest at moszumanska.debian.org
Wed Feb 17 21:45:33 UTC 2016


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

daube-guest pushed a commit to branch master
in repository python-skbio.

commit 08f90fe1713cf07017c414858543f29ccd4dcab8
Author: Kevin Murray <spam at kdmurray.id.au>
Date:   Mon Feb 15 14:46:52 2016 -0800

    use set -e in autopkgtests
---
 debian/tests/import-skbio | 2 ++
 debian/tests/testsuite    | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/debian/tests/import-skbio b/debian/tests/import-skbio
index 8a7c4a8..e41f3ab 100644
--- a/debian/tests/import-skbio
+++ b/debian/tests/import-skbio
@@ -1,5 +1,7 @@
 #!/bin/sh
 
+set -e
+
 cd /tmp
 echo "backend: agg" > matplotlibrc
 
diff --git a/debian/tests/testsuite b/debian/tests/testsuite
index d046b72..0a90d27 100644
--- a/debian/tests/testsuite
+++ b/debian/tests/testsuite
@@ -1,5 +1,7 @@
 #!/bin/sh
 
+set -e
+
 cd /tmp
 echo "backend: agg" > matplotlibrc
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-skbio.git



More information about the debian-med-commit mailing list