]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
travis: fedora-test.sh send dnf output to dev/null
authorHarald Hoyer <harald@redhat.com>
Thu, 16 Aug 2018 07:48:02 +0000 (09:48 +0200)
committerHarald Hoyer <harald@redhat.com>
Thu, 16 Aug 2018 07:48:02 +0000 (09:48 +0200)
fedora-test.sh

index 5e7d34d625068017ff2b508800cd51b325ddec23..e7d0f633059dfc0a97baa7bf5f3a76c32f5ceff4 100755 (executable)
@@ -7,7 +7,7 @@ set -ex
 RUN_ID="$1"
 TESTS=$2
 
-dnf -y update --best --allowerasing
+dnf -y update --best --allowerasing &>/dev/null
 
 dnf -y install --best --allowerasing \
     dash \
@@ -39,7 +39,7 @@ dnf -y install --best --allowerasing \
     /usr/bin/qemu-kvm \
     /usr/bin/qemu-system-$(uname -i) \
     e2fsprogs \
-    $NULL
+    $NULL &>/dev/null
 
 ./configure