*/*: [QA] Remove redundant || die on virtx

* `virtx` never required `|| die` to begin with.

Closes: https://github.com/gentoo/gentoo/pull/13954
Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
David Seifert
2019-12-12 13:55:31 +01:00
parent 944b0fadd8
commit 76c0a78131
81 changed files with 81 additions and 81 deletions

View File

@@ -50,5 +50,5 @@ python_prepare_all() {
python_test() {
# virtualx used when matplotlib is installed causing plot module tests to run
virtx pytest -vv Tests fontTools || die "pytest failed"
virtx pytest -vv Tests fontTools
}

View File

@@ -47,5 +47,5 @@ python_prepare_all() {
python_test() {
# virtualx used when matplotlib is installed causing plot module tests to run
virtx pytest -vv Tests fontTools || die "pytest failed"
virtx pytest -vv Tests fontTools
}

View File

@@ -47,5 +47,5 @@ python_prepare_all() {
python_test() {
# virtualx used when matplotlib is installed causing plot module tests to run
virtx pytest -vv Tests fontTools || die "pytest failed"
virtx pytest -vv Tests fontTools
}