summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Pentchev <roam@debian.org>2019-01-13 00:30:24 +0200
committerPeter Pentchev <roam@debian.org>2019-01-13 00:30:24 +0200
commit01ad76fd2799315bff903f53ca3c21ffef90731a (patch)
treee2e2e35d35c96909d61815c7ed123a2779b692c5
parentdeb91eeb8296816432b10308a264f935cd6c71d6 (diff)
Run the autopkgtests with the Python 2 and Python 3 modules.
...not just the C implementation.
-rw-r--r--debian/tests/control3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/tests/control b/debian/tests/control
index f7592a9..3d210ee 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,6 +1,9 @@
Test-Command: if [ -d /usr/share/doc/confget/examples ]; then export MANPAGE='/usr/share/man/man1/confget.1.gz' TESTDIR='/usr/share/doc/confget/examples/tests'; else export TESTDIR='t'; fi; env CONFGET='/usr/bin/confget' prove -v "$TESTDIR"
Depends: @, perl, groff-base
+Test-Command: set -e; if [ -d /usr/share/doc/confget/examples ]; then export MANPAGE='/usr/share/man/man1/confget.1.gz' TESTDIR='/usr/share/doc/confget/examples/tests'; else export TESTDIR='t'; fi; for pyver in $(pyversions -i -v) $(py3versions -i -v); do echo "========== Testing Python $pyver"; env CONFGET="python$pyver -m confget" prove -v "$TESTDIR"; done
+Depends: @, perl, groff-base
+
Test-Command: adequate confget
Depends: @, adequate