diff options
author | David Seifert <soap@gentoo.org> | 2019-12-12 13:55:31 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-12-12 13:55:31 +0100 |
commit | 76c0a781315ed8c7b07794c2d3b8863550cb9841 (patch) | |
tree | e35b799859101509b77528fa78352131cf734728 /dev-python/xcffib | |
parent | acct-user/shellinaboxd: remove user. (diff) | |
download | gentoo-76c0a781315ed8c7b07794c2d3b8863550cb9841.tar.gz gentoo-76c0a781315ed8c7b07794c2d3b8863550cb9841.tar.bz2 gentoo-76c0a781315ed8c7b07794c2d3b8863550cb9841.zip |
*/*: [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>
Diffstat (limited to 'dev-python/xcffib')
-rw-r--r-- | dev-python/xcffib/xcffib-0.8.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/xcffib/xcffib-0.8.1.ebuild b/dev-python/xcffib/xcffib-0.8.1.ebuild index dd399875ee49..48f82dd70d2d 100644 --- a/dev-python/xcffib/xcffib-0.8.1.ebuild +++ b/dev-python/xcffib/xcffib-0.8.1.ebuild @@ -35,5 +35,5 @@ DEPEND=" PATCHES=( "${FILESDIR}"/${PN}-0.4.2-test-imports.patch ) python_test() { - virtx nosetests -d -v || die + virtx nosetests -d -v } |