cargo-test: remove unneeded eval
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
f3539c402d
commit
707af2fb8d
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ crate_toml="$crate_dir/Cargo.toml"
|
|||
|
||||
# XXX: ideally we should just install -tests subpackage
|
||||
# which would require all necessary deps
|
||||
eval $(rpm --eval "%{__cargo_inspector}") --test-requires "$crate_toml" | \
|
||||
$(rpm --eval "%{__cargo_inspector}") --test-requires "$crate_toml" | \
|
||||
sed -r -e "s/(.*)/'\1'/" | xargs sudo dnf -y install
|
||||
|
||||
# XXX: sed is needed due to https://github.com/rpm-software-management/rpm/issues/472
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue