cargo-test: use eval'd %cargo_test for tests
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
707af2fb8d
commit
ef0342d728
1 changed files with 1 additions and 1 deletions
|
|
@ -29,4 +29,4 @@ rpm -D "_with_check 1" --eval "%cargo_prep" | \
|
|||
# XXX: We can't run eval directly, so source it
|
||||
source prep.sh
|
||||
|
||||
exec cargo test --manifest-path "$crate_toml" "$@"
|
||||
exec $(rpm --eval "%cargo_test") --manifest-path "$crate_toml" "$@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue