mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
sys-apps/fd: add missing die in src_test
Package-Manager: Portage-2.3.43, Repoman-2.3.10
This commit is contained in:
@@ -88,5 +88,5 @@ src_install() {
|
||||
}
|
||||
|
||||
src_test() {
|
||||
cargo test -v
|
||||
cargo test -v || die "tests failed"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user