commit: 0051db3e71671c924b7d7cbbcaa117759543d169 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Oct 30 20:37:19 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Oct 31 06:21:50 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0051db3e
app-crypt/sequoia-chameleon-gnupg: Always run all tests Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> Part-of: https://github.com/gentoo/gentoo/pull/44387 Closes: https://github.com/gentoo/gentoo/pull/44387 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> .../sequoia-chameleon-gnupg/sequoia-chameleon-gnupg-0.13.1-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/sequoia-chameleon-gnupg/sequoia-chameleon-gnupg-0.13.1-r2.ebuild b/app-crypt/sequoia-chameleon-gnupg/sequoia-chameleon-gnupg-0.13.1-r2.ebuild index 2b0695b92ce0..4cd78efb188a 100644 --- a/app-crypt/sequoia-chameleon-gnupg/sequoia-chameleon-gnupg-0.13.1-r2.ebuild +++ b/app-crypt/sequoia-chameleon-gnupg/sequoia-chameleon-gnupg-0.13.1-r2.ebuild @@ -89,5 +89,5 @@ src_test() { local -x TMPDIR=/tmp xdg_environment_reset - RUST_BACKTRACE=full cargo_src_test -vv + RUST_BACKTRACE=full cargo_src_test -vv --no-fail-fast }
