summaryrefslogtreecommitdiffstats
path: root/t/recipes/checks/testsuite/should-query-all-python-versions/build-spec/debian/tests/some-python
diff options
context:
space:
mode:
Diffstat (limited to 't/recipes/checks/testsuite/should-query-all-python-versions/build-spec/debian/tests/some-python')
-rw-r--r--t/recipes/checks/testsuite/should-query-all-python-versions/build-spec/debian/tests/some-python7
1 files changed, 7 insertions, 0 deletions
diff --git a/t/recipes/checks/testsuite/should-query-all-python-versions/build-spec/debian/tests/some-python b/t/recipes/checks/testsuite/should-query-all-python-versions/build-spec/debian/tests/some-python
new file mode 100644
index 0000000..3ff10ea
--- /dev/null
+++ b/t/recipes/checks/testsuite/should-query-all-python-versions/build-spec/debian/tests/some-python
@@ -0,0 +1,7 @@
+#!/bin/sh
+set -efu
+
+cp -a tests "$AUTOPKGTEST_TMP"
+cd "$AUTOPKGTEST_TMP"
+
+python3 -m unittest tests -v