summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPicca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>2019-01-12 10:50:39 +0100
committerPicca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>2019-01-12 10:50:39 +0100
commitd03f6f7b16c565f4f4e5fdbed7aeae7ea51ca1ec (patch)
tree10efa531fc3635fa687ae0c559306a3baf508e45
parente6d37d0107a2d00674e2fe43ba1172339749a41d (diff)
add also README.rst for autopkgtest
-rw-r--r--debian/tests/control8
1 files changed, 4 insertions, 4 deletions
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:"