summaryrefslogtreecommitdiff
path: root/debian/tests/python3-dbg
diff options
context:
space:
mode:
Diffstat (limited to 'debian/tests/python3-dbg')
-rwxr-xr-xdebian/tests/python3-dbg4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/tests/python3-dbg b/debian/tests/python3-dbg
index d9c1208..ae791ae 100755
--- a/debian/tests/python3-dbg
+++ b/debian/tests/python3-dbg
@@ -5,10 +5,10 @@ export LC_ALL=C.UTF-8
pys="$(py3versions -rv 2> /dev/null)"
-cp -a tests "$AUTOPKGTEST_TMP"
+cp -a silx/test "$AUTOPKGTEST_TMP"
cd "$AUTOPKGTEST_TMP"
for py in $pys; do
echo "=== python$py ==="
- python$py-dbg -m unittest discover silx/test/ 2>&1
+ python$py-dbg -m unittest discover test/ 2>&1
done