summaryrefslogtreecommitdiff
path: root/debian/tests/control
diff options
context:
space:
mode:
authorPicca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>2019-01-12 09:19:16 +0100
committerPicca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>2019-01-12 09:19:16 +0100
commite6d37d0107a2d00674e2fe43ba1172339749a41d (patch)
treea762a42e0c343fccded7082ca6cae161f4924264 /debian/tests/control
parent183a183a52d3262ec3dde46b1f9ad51064e1accf (diff)
copy all necessary files in order tu run the autopkgtest
Diffstat (limited to 'debian/tests/control')
-rw-r--r--debian/tests/control12
1 files changed, 4 insertions, 8 deletions
diff --git a/debian/tests/control b/debian/tests/control
index 3167d33..fa587dd 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,6 +1,5 @@
Test-Command: set -efu
- ; cp run_tests.py "$AUTOPKGTEST_TMP"
- ; cp setup.py "$AUTOPKGTEST_TMP"
+ ; cp run_tests.py setup.py version.py "$AUTOPKGTEST_TMP"
; for py in $(pyversions -r 2>/dev/null)
; do cd "$AUTOPKGTEST_TMP"
; echo "Testing with $py:"
@@ -10,8 +9,7 @@ Depends: python-all, python-pyfai, xauth, xvfb
Restrictions: allow-stderr
Test-Command: set -efu
- ; cp run_tests.py "$AUTOPKGTEST_TMP"
- ; cp setup.py "$AUTOPKGTEST_TMP"
+ ; cp run_tests.py setup.py version.py "$AUTOPKGTEST_TMP"
; for py in $(pyversions -r 2>/dev/null)
; do cd "$AUTOPKGTEST_TMP"
; echo "Testing with $py-dbg:"
@@ -21,8 +19,7 @@ Depends: python-all-dbg, python-pyfai-dbg, xauth, xvfb
Restrictions: allow-stderr
Test-Command: set -efu
- ; cp run_tests.py "$AUTOPKGTEST_TMP"
- ; cp setup.py "$AUTOPKGTEST_TMP"
+ ; cp run_tests.py setup.py version.py "$AUTOPKGTEST_TMP"
; for py in $(py3versions -r 2>/dev/null)
; do cd "$AUTOPKGTEST_TMP"
; echo "Testing with $py:"
@@ -32,8 +29,7 @@ Depends: python3-all, python3-pyfai, xauth, xvfb
Restrictions: allow-stderr
Test-Command: set -efu
- ; cp run_tests.py "$AUTOPKGTEST_TMP"
- ; cp setup.py "$AUTOPKGTEST_TMP"
+ ; cp run_tests.py setup.py version.py "$AUTOPKGTEST_TMP"
; for py in $(py3versions -r 2>/dev/null)
; do cd "$AUTOPKGTEST_TMP"
; echo "Testing with $py-dbg:"