test: shellcheck support for run-tests.sh

The severity is set to "warning" by default, but can be controlled
via the SHELLCHECK_SEVERITY env variable.
This commit is contained in:
Christian Kellner 2020-09-17 16:53:14 +02:00 committed by Lars Karlitski
parent f4c850d7d0
commit 5c6605b974
2 changed files with 5 additions and 0 deletions

View file

@ -18,6 +18,7 @@ RUN dnf -y upgrade \
python3-pytest \
python3-koji \
python3-requests \
ShellCheck \
&& dnf clean all
COPY entrypoint.sh /entrypoint.sh