mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/qdarkstyle: add missing die call
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
@@ -42,7 +42,7 @@ python_prepare_all() {
|
||||
python_test() {
|
||||
# tests look for a file in source dir that is not installed
|
||||
PYTHONPATH="${S}"
|
||||
cd "${S}"
|
||||
cd "${S}" || die
|
||||
pytest -vv || die "Tests fail with ${EPYTHON}"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user