]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
Revert "TEST-99-RPM: use --best and install all rpms"
authorHarald Hoyer <harald@redhat.com>
Mon, 14 Nov 2016 11:29:12 +0000 (12:29 +0100)
committerHarald Hoyer <harald@redhat.com>
Mon, 14 Nov 2016 11:29:12 +0000 (12:29 +0100)
This reverts commit f81806db208a55bc4a6b04eb89cabf062c79f3ef.

test/TEST-99-RPM/test.sh

index f2efea0cf26b40d166527fb7efdf8bc23c19a969..345d5240b2f4a9037d1c85140df39610d0e95353 100755 (executable)
@@ -36,7 +36,6 @@ trap '[[ -d $rootdir ]] && { umount "$rootdir/proc"; umount "$rootdir/sys"; umou
     command -v dnf >/dev/null && { dnf_or_yum="dnf"; dnf_or_yum_cmd="dnf --allowerasing"; }
     $dnf_or_yum_cmd -v --nogpgcheck --installroot "$rootdir"/ --releasever 25 --disablerepo='*' \
                 --enablerepo=fedora --enablerepo=updates \
-                --best \
                 install -y \
        $dnf_or_yum \
        passwd \
@@ -51,8 +50,11 @@ trap '[[ -d $rootdir ]] && { umount "$rootdir/proc"; umount "$rootdir/sys"; umou
        mdadm \
     bash \
     iscsi-initiator-utils \
-    "$TESTDIR"/dracut-*.rpm \
+    "$TESTDIR"/dracut-[0-9]*.$(arch).rpm \
     ${NULL}
+    #"$TESTDIR"/dracut-config-rescue-[0-9]*.$(arch).rpm \
+    #"$TESTDIR"/dracut-network-[0-9]*.$(arch).rpm \
+#    ${NULL}
 
     cat >"$rootdir"/test.sh <<EOF
 #!/bin/bash