From 24b0f0f560f54c0de829286da39602f77d152137 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Picca=20Fr=C3=A9d=C3=A9ric-Emmanuel?= Date: Sun, 5 Aug 2018 10:48:48 +0200 Subject: typo and formating of autopkgtest control.autodep8 file --- debian/tests/control.autodep8 | 28 ++++++++++++++++++++++++---- 1 file changed, 24 insertions(+), 4 deletions(-) (limited to 'debian/tests') diff --git a/debian/tests/control.autodep8 b/debian/tests/control.autodep8 index 8b99df4..5ffa42b 100644 --- a/debian/tests/control.autodep8 +++ b/debian/tests/control.autodep8 @@ -1,11 +1,31 @@ -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 +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:" ; xvfb-run -a --server-args=\"-screen 0 1024x768x24\" $py-dbg -m unittest discover silx 2>&1 ; done +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:" ; xvfb-run -a --server-args=\"-screen 0 1024x768x24\" $py -m unittest discover silx 2>&1 ; done +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:" ; xvfb-run -a --server-args=\"-screen 0 1024x768x24\" $py-dbg -m unittest discover silx 2>&1 ; done +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 -- cgit v1.2.3