mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 21:13:27 -04:00
app-admin/gentoo_update: fix false positive 908308
* False alert about tests not being enabled: gentoo-tinderbox (probably) expects python_test to be defined Bug: https://bugs.gentoo.org/908308 Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
This commit is contained in:
@@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~x86"
|
|||||||
|
|
||||||
distutils_enable_tests unittest
|
distutils_enable_tests unittest
|
||||||
|
|
||||||
src_test() {
|
python_test() {
|
||||||
cd tests || die
|
cd tests || die
|
||||||
distutils-r1_src_test
|
eunittest
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user