[Python-modules-commits] [pyotherside] 01/01: Fix autopkgtest to use the path containing DEB_HOST_MULTIARCH

Sylvain Pineau spineau-guest at moszumanska.debian.org
Thu Jan 21 21:10:02 UTC 2016


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

spineau-guest pushed a commit to branch master
in repository pyotherside.

commit 00834f88aecf5dc96609c9bd0a186db4c58dea87
Author: Sylvain Pineau <sylvain.pineau at canonical.com>
Date:   Thu Jan 21 22:09:53 2016 +0100

    Fix autopkgtest to use the path containing DEB_HOST_MULTIARCH
---
 debian/changelog        | 6 ++++++
 debian/tests/unit-tests | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 5fdcd24..c097c01 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pyotherside (1.4.0-3) experimental; urgency=medium
+
+  * Fix autopkgtest to use the path containing DEB_HOST_MULTIARCH
+
+ -- Sylvain Pineau <sylvain.pineau at canonical.com>  Thu, 21 Jan 2016 21:35:07 +0100
+
 pyotherside (1.4.0-2) experimental; urgency=medium
 
   [ Zygmunt Krynicki ]
diff --git a/debian/tests/unit-tests b/debian/tests/unit-tests
index 92feff7..0abd93f 100755
--- a/debian/tests/unit-tests
+++ b/debian/tests/unit-tests
@@ -6,5 +6,5 @@
 set -e
 
 cd $ADTTMP
-xvfb-run -a /usr/lib/pyotherside/tests/tests 2>&1
+xvfb-run -a /usr/lib/`dpkg-architecture -qDEB_HOST_MULTIARCH`/pyotherside/tests/tests 2>&1
 echo "unit-tests: OK"

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



More information about the Python-modules-commits mailing list