summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-python/tlsh/tlsh-4.8.2-r1.ebuild2
-rw-r--r--dev-python/tlsh/tlsh-4.8.2.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/tlsh/tlsh-4.8.2-r1.ebuild b/dev-python/tlsh/tlsh-4.8.2-r1.ebuild
index 94ebb2d03eab..f453210afb6b 100644
--- a/dev-python/tlsh/tlsh-4.8.2-r1.ebuild
+++ b/dev-python/tlsh/tlsh-4.8.2-r1.ebuild
@@ -26,5 +26,5 @@ PATCHES=(
)
python_test() {
- "${EPYTHON}" test.py test.py test.py &> /dev/null || die
+ ../Testing/python_test.sh "${EPYTHON}" || die
}
diff --git a/dev-python/tlsh/tlsh-4.8.2.ebuild b/dev-python/tlsh/tlsh-4.8.2.ebuild
index 0973a0cbb0a7..d9039383fb11 100644
--- a/dev-python/tlsh/tlsh-4.8.2.ebuild
+++ b/dev-python/tlsh/tlsh-4.8.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022-2023 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -30,5 +30,5 @@ src_prepare() {
}
python_test() {
- "${EPYTHON}" test.py test.py test.py &> /dev/null || die
+ ../Testing/python_test.sh "${EPYTHON}" || die
}