mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -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:
@@ -50,5 +50,5 @@ RDEPEND="
|
||||
python_test() {
|
||||
stestr init || die "stestr init failed under ${EPYTHON}"
|
||||
# needs outside access, so blacklist the test
|
||||
virtx stestr run --black-regex cliff.tests.test_app.TestIO.test_writer_encoding || die "stestr run failed under ${EPYTHON}"
|
||||
virtx stestr run --black-regex cliff.tests.test_app.TestIO.test_writer_encoding
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user