mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-15 01:53:25 -04:00
dev-python/dkimpy: Added missing "die" statement
Added missing "die" to Python test discovery. Signed-off-by: Ralph Seichter <gentoo@seichter.de>
This commit is contained in:
@@ -16,5 +16,5 @@ KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
|
||||
python_test() {
|
||||
"${EPYTHON}" -m unittest discover -v
|
||||
"${EPYTHON}" -m unittest discover -v || die
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user