[Python-apps-team] Bug#895200: use same arguments for autopkg tests as for testing during the build

Matthias Klose doko at debian.org
Sun Apr 8 12:14:58 BST 2018


Package: src:mercurial
Version: 4.5.3-1
Tags: patch

please use the same arguments for autopkg tests as for testing during the build,
and fix passing the blacklist to the autopkg tests.

patch at
https://patches.ubuntu.com/m/mercurial/mercurial_4.5.3-1ubuntu2.patch

diff -pruN 4.5.3-1/debian/tests/testsuite 4.5.3-1ubuntu2/debian/tests/testsuite
--- 4.5.3-1/debian/tests/testsuite	2018-04-05 11:50:59.000000000 +0000
+++ 4.5.3-1ubuntu2/debian/tests/testsuite	2018-04-07 18:33:54.000000000 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh

-set -e
+set -ex

-exec make tests TESTFLAGS="--with-hg=/usr/bin/hg
--blacklist=debian/mercurial.test_blacklist"
+exec make tests TESTFLAGS="--verbose --timeout 1440 --with-hg=/usr/bin/hg
--blacklist=$(pwd)/debian/mercurial.test_blacklist"



More information about the Python-apps-team mailing list