mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-28 09:58:08 -07:00
*/*: [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:
@@ -34,5 +34,5 @@ RESTRICT="test"
|
||||
|
||||
python_test() {
|
||||
local -x MPLBACKEND=Agg
|
||||
virtx py.test -v || die "Tests failed with ${EPYTHON}"
|
||||
virtx py.test -v
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user