mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-29 22:28:08 -07:00
dev-python/patch-ng: use EPYTHON in python_test()
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
@@ -20,5 +20,5 @@ RESTRICT="!test? ( test )"
|
||||
S="${WORKDIR}/python-${P}"
|
||||
|
||||
python_test() {
|
||||
"${PYTHON}" -m unittest tests/run_tests.py || die "Tests failed under ${EPYTHON}"
|
||||
"${EPYTHON}" -m unittest tests/run_tests.py || die "Tests failed under ${EPYTHON}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user