diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 16:35:33 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 16:35:33 +0000 |
commit | 681de8bd58bb3af5fcb580cbed0d08b6047a94c2 (patch) | |
tree | 554125c84c8543bd2eb84749c6802042ee26e7d8 /debian/tests/pt | |
parent | Adding upstream version 3.0.43. (diff) | |
download | prompt-toolkit-681de8bd58bb3af5fcb580cbed0d08b6047a94c2.tar.xz prompt-toolkit-681de8bd58bb3af5fcb580cbed0d08b6047a94c2.zip |
Adding debian version 3.0.43-1.debian/3.0.43-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/tests/pt')
-rw-r--r-- | debian/tests/pt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/tests/pt b/debian/tests/pt new file mode 100644 index 0000000..b5ac51b --- /dev/null +++ b/debian/tests/pt @@ -0,0 +1,8 @@ +#!/bin/sh -e + +cp -r tests $AUTOPKGTEST_TMP +cd $AUTOPKGTEST_TMP +export HOME=$AUTOPKGTEST_TMP +for py in $(py3versions -s); do + $py -m pytest +done |