diff options
| author | Agostino Sarubbo <ago@gentoo.org> | 2024-04-10 12:24:43 +0200 |
|---|---|---|
| committer | Agostino Sarubbo <ago@gentoo.org> | 2024-04-10 12:24:43 +0200 |
| commit | a7069b8ded37ef99bc7cf52c727084eac067c735 (patch) | |
| tree | f6ddc4b24780bf6cd4879cb67716efc49d3ea5c1 | |
| parent | e7a942c9bfc0d7ea9e8b280f897660a0058222ea (diff) | |
| download | gentoo-a7069b8ded37ef99bc7cf52c727084eac067c735.tar.gz gentoo-a7069b8ded37ef99bc7cf52c727084eac067c735.tar.bz2 gentoo-a7069b8ded37ef99bc7cf52c727084eac067c735.zip | |
dev-util/bugbite-cli: fix test syntax
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
| -rw-r--r-- | dev-util/bugbite-cli/bugbite-cli-0.0.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/bugbite-cli/bugbite-cli-0.0.8.ebuild b/dev-util/bugbite-cli/bugbite-cli-0.0.8.ebuild index 035c44ec12d5..46eb3f90c242 100644 --- a/dev-util/bugbite-cli/bugbite-cli-0.0.8.ebuild +++ b/dev-util/bugbite-cli/bugbite-cli-0.0.8.ebuild @@ -35,7 +35,7 @@ src_configure() { } src_test() { - edo cargo nextest run $(usev !debug '--release') --color always --all-features --tests ${static_stuff} + edo cargo nextest run $(usev !debug '--release') --color always --features test --tests ${static_stuff} } src_install() { |
