[med-svn] [Git][med-team/python-intervaltree-bio][master] Fix autopkgtest
Nilesh Patra
gitlab at salsa.debian.org
Sun Oct 4 18:24:47 BST 2020
Nilesh Patra pushed to branch master at Debian Med / python-intervaltree-bio
Commits:
768dd35a by Nilesh Patra at 2020-10-04T22:54:31+05:30
Fix autopkgtest
- - - - -
2 changed files:
- debian/tests/control
- + debian/tests/run-unit-test
Changes:
=====================================
debian/tests/control
=====================================
@@ -1,4 +1,3 @@
-Test-Command:
- quilt push -a && python3 -m pytest --ignore=.pc --verbose --datadir debian/data
+Tests: run-unit-test
Depends: @, python3-pytest, quilt
-Restrictions: rw-build-tree
+Restrictions: rw-build-tree, allow-stderr
=====================================
debian/tests/run-unit-test
=====================================
@@ -0,0 +1,8 @@
+#!/bin/bash
+set -e
+
+QUILT_PATCHES=debian/patches quilt push -a || true
+python3 -m pytest --ignore=.pc -v --datadir `pwd`/debian/data
+QUILT_PATCHES=debian/patches quilt pop -a || true
+
+echo "PASS"
View it on GitLab: https://salsa.debian.org/med-team/python-intervaltree-bio/-/commit/768dd35af380d5b1a930072d077d4cf175ee10fa
--
View it on GitLab: https://salsa.debian.org/med-team/python-intervaltree-bio/-/commit/768dd35af380d5b1a930072d077d4cf175ee10fa
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/20201004/0fc213c2/attachment.html>
More information about the debian-med-commit
mailing list