run-make-check.sh: drop workaround for undeclared jq build dependency

jq build dependency is properly declared now.

Signed-off-by: Nathan Cutler <ncutler@suse.com>
This commit is contained in:
Nathan Cutler 2018-07-09 10:41:11 +02:00
parent b59d2ee04e
commit c8691cd9a3

View File

@ -54,7 +54,7 @@ function run() {
exit 1
fi
if [ -n "$install_cmd" ]; then
$DRY_RUN sudo $install_cmd ccache jq $which_pkg
$DRY_RUN sudo $install_cmd ccache $which_pkg
else
echo "WARNING: Don't know how to install packages" >&2
echo "This probably means distribution $ID is not supported by run-make-check.sh" >&2