From: Harald Hoyer Date: Thu, 16 Aug 2018 07:48:02 +0000 (+0200) Subject: travis: fedora-test.sh send dnf output to dev/null X-Git-Tag: 049~52 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=79afb279c273d46b65fafc2c686ed99c5433fe94;p=thirdparty%2Fdracut.git travis: fedora-test.sh send dnf output to dev/null --- diff --git a/fedora-test.sh b/fedora-test.sh index 5e7d34d62..e7d0f6330 100755 --- a/fedora-test.sh +++ b/fedora-test.sh @@ -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