summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPicca Frédéric-Emmanuel <picca@debian.org>2018-08-05 10:08:21 +0200
committerPicca Frédéric-Emmanuel <picca@debian.org>2018-08-05 10:08:21 +0200
commitbecb362dd96a293e2c5d9d397cc0da183a6c1bee (patch)
tree2ef69b4b6074e9c86bdceb8018a67b7a4cd8112a
parentb2a39a11b92c52e5f566bf7ec990091112fa6ea5 (diff)
rn autopkgtests via xvfb-run
-rw-r--r--debian/tests/control.autodep816
1 files changed, 8 insertions, 8 deletions
diff --git a/debian/tests/control.autodep8 b/debian/tests/control.autodep8
index a9eefa0..8b99df4 100644
--- a/debian/tests/control.autodep8
+++ b/debian/tests/control.autodep8
@@ -1,11 +1,11 @@
-Test-Command: set -efu ; for py in $(pyversions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -m unittest discover silx 2>&1 ; done
-Depends: python-all, python-silx
+Test-Command: set -efu ; for py in $(pyversions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; xvfb-run -a --server-args=\"-screen 0 1024x768x24\" $py -m unittest discover silx 2>&1 ; done
+Depends: python-all, python-silx, xauth, xvfb
-Test-Command: set -efu ; for py in $(pyversions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py-dbg:" ; $py-dbg -m unittest discover silx 2>&1 ; done
-Depends: python-all-dbg, python-silx-dbg
+Test-Command: set -efu ; for py in $(pyversions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py-dbg:" ; xvfb-run -a --server-args=\"-screen 0 1024x768x24\" $py-dbg -m unittest discover silx 2>&1 ; done
+Depends: python-all-dbg, python-silx-dbg, xauth, xvfb
-Test-Command: set -efu ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -m unittest discover silx 2>&1 ; done
-Depends: python3-all, python3-silx
+Test-Command: set -efu ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; xvfb-run -a --server-args=\"-screen 0 1024x768x24\" $py -m unittest discover silx 2>&1 ; done
+Depends: python3-all, python3-silx, xauth, xvfb
-Test-Command: set -efu ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py-dbg:" ; $py-dbg -m unittest discover silx 2>&1 ; done
-Depends: python3-all-dbg, python3-silx-dbg
+Test-Command: set -efu ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py-dbg:" ; xvfb-run -a --server-args=\"-screen 0 1024x768x24\" $py-dbg -m unittest discover silx 2>&1 ; done
+Depends: python3-all-dbg, python3-silx-dbg, xauth, xvfb