Skip to content

Commit

Permalink
Ignore questionable shellcheck complaints
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Alkov <ben.alkov@redhat.com>
  • Loading branch information
ben-alkov committed Jun 24, 2020
1 parent 69e121b commit 5821130
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ function setup_osbs() {
# Install dependencies
PKG_COMMON_EXTRA="git gcc krb5-devel python-devel popt-devel"
PKG_EXTRA="$PKG_EXTRA $PKG_COMMON_EXTRA"
# shellcheck disable=SC2086
$RUN $PKG $ENABLE_REPO install -y $PKG_EXTRA
[[ ${PYTHON_VERSION} == '3' ]] && WITH_PY3=1 || WITH_PY3=0
$RUN $BUILDDEP --define "with_python3 ${WITH_PY3}" -y atomic-reactor.spec
Expand Down Expand Up @@ -159,6 +160,7 @@ case ${ACTION} in
esac

# Run tests
# shellcheck disable=SC2086
$RUN ${TEST_CMD} "$@"

echo "To run tests again:"
Expand Down

0 comments on commit 5821130

Please sign in to comment.