From 586100dfa44752d3517336551fa3acc4405bbb67 Mon Sep 17 00:00:00 2001 From: clime Date: May 27 2016 13:19:36 +0000 Subject: [beaker-tests] added missing -y for dnf install jq in the integration tests --- diff --git a/beaker-tests/Sanity/copr-cli-basic-operations/runtest.sh b/beaker-tests/Sanity/copr-cli-basic-operations/runtest.sh index bef7b3c..eab8a37 100755 --- a/beaker-tests/Sanity/copr-cli-basic-operations/runtest.sh +++ b/beaker-tests/Sanity/copr-cli-basic-operations/runtest.sh @@ -25,8 +25,6 @@ # # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -dnf install jq - # Include Beaker environment . /usr/bin/rhts-environment.sh || exit 1 . /usr/share/beakerlib/beakerlib.sh || exit 1 @@ -52,6 +50,7 @@ rlJournalStart /usr/lib/python3.4/site-packages/dnf-plugins/copr.py sed -i "s/https:\/\/copr.fedoraproject.org/http:\/\/copr-fe-dev.cloud.fedoraproject.org/g" \ /usr/lib/python3.4/site-packages/dnf-plugins/copr.py + dnf -y install jq rlPhaseEnd rlPhaseStartTest