From d03f6f7b16c565f4f4e5fdbed7aeae7ea51ca1ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Picca=20Fr=C3=A9d=C3=A9ric-Emmanuel?= Date: Sat, 12 Jan 2019 10:50:39 +0100 Subject: add also README.rst for autopkgtest --- debian/tests/control | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'debian/tests/control') diff --git a/debian/tests/control b/debian/tests/control index fa587dd..54d53ba 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,5 +1,5 @@ Test-Command: set -efu - ; cp run_tests.py setup.py version.py "$AUTOPKGTEST_TMP" + ; cp run_tests.py setup.py version.py README.rst "$AUTOPKGTEST_TMP" ; for py in $(pyversions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" @@ -9,7 +9,7 @@ Depends: python-all, python-pyfai, xauth, xvfb Restrictions: allow-stderr Test-Command: set -efu - ; cp run_tests.py setup.py version.py "$AUTOPKGTEST_TMP" + ; cp run_tests.py setup.py version.py README.rst "$AUTOPKGTEST_TMP" ; for py in $(pyversions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py-dbg:" @@ -19,7 +19,7 @@ Depends: python-all-dbg, python-pyfai-dbg, xauth, xvfb Restrictions: allow-stderr Test-Command: set -efu - ; cp run_tests.py setup.py version.py "$AUTOPKGTEST_TMP" + ; cp run_tests.py setup.py version.py README.rst "$AUTOPKGTEST_TMP" ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" @@ -29,7 +29,7 @@ Depends: python3-all, python3-pyfai, xauth, xvfb Restrictions: allow-stderr Test-Command: set -efu - ; cp run_tests.py setup.py version.py "$AUTOPKGTEST_TMP" + ; cp run_tests.py setup.py version.py README.rst "$AUTOPKGTEST_TMP" ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py-dbg:" -- cgit v1.2.3