[med-svn] [Git][med-team/python-cobra][master] Set correct exit return in autopkgtest
Liubov Chuprikova
gitlab at salsa.debian.org
Sat Feb 16 19:22:28 GMT 2019
Liubov Chuprikova pushed to branch master at Debian Med / python-cobra
Commits:
d704d104 by Liubov Chuprikova at 2019-02-16T19:21:43Z
Set correct exit return in autopkgtest
- - - - -
2 changed files:
- debian/changelog
- debian/tests/Makefile
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+python-cobra (0.14.2-2) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Set correct exit return for autopkgtest
+ Closes: #912586
+
+ -- Liubov Chuprikova <chuprikovalv at gmail.com> Sat, 16 Feb 2019 20:08:53 +0100
+
python-cobra (0.14.2-1) unstable; urgency=medium
* Team upload.
=====================================
debian/tests/Makefile
=====================================
@@ -9,4 +9,4 @@ py3-test: SHELL=python3
import sys
from cobra.test import test_all
- sys.exit(0) if test_all() else sys.exit(1)
+ sys.exit(0) if test_all() == 0 else sys.exit(1)
View it on GitLab: https://salsa.debian.org/med-team/python-cobra/commit/d704d1044799fb275d8a9e3cf211641822e7c56a
--
View it on GitLab: https://salsa.debian.org/med-team/python-cobra/commit/d704d1044799fb275d8a9e3cf211641822e7c56a
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/20190216/83f98aa3/attachment.html>
More information about the debian-med-commit
mailing list