From c0a1800c119e4e21ab18ae08ea450879fa6f4779 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 21 Jul 2018 11:56:28 +0200 Subject: [PATCH] cargo-test: do not expect that any 'test' repo exist Signed-off-by: Igor Gnatenko --- cargo-test/runtest.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cargo-test/runtest.sh b/cargo-test/runtest.sh index b54bf99..4961da1 100755 --- a/cargo-test/runtest.sh +++ b/cargo-test/runtest.sh @@ -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")