cargo-test: do not expect that any 'test' repo exist

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
ignatenkobrain 2018-07-21 11:56:28 +02:00
commit c0a1800c11
No known key found for this signature in database
GPG key ID: 695714BD1BBC5F4C

View file

@ -1,7 +1,6 @@
#!/bin/bash -euf
dnf -y --best install rust-packaging
dnf -y --best --nogpgcheck --repo="test-$pkg" install "$pkg-devel"
dnf -y --best install rust-packaging "$pkg-devel"
provides=$(rpm -qP "$pkg-devel")