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:
parent
f4c850d7d0
commit
5c6605b974
2 changed files with 5 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ RUN dnf -y upgrade \
|
|||
python3-pytest \
|
||||
python3-koji \
|
||||
python3-requests \
|
||||
ShellCheck \
|
||||
&& dnf clean all
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue