*/*: [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

@@ -44,7 +44,7 @@ each_ruby_compile() {
}
each_ruby_test() {
virtx ${RUBY} test/run-test.rb || die
virtx ${RUBY} test/run-test.rb
}
each_ruby_install() {