build: Enforce shellcheck(1) on all Bats tests
https://github.com/containers/toolbox/pull/1331
This commit is contained in:
parent
4362c39c13
commit
4ebaea6803
1 changed files with 12 additions and 0 deletions
|
@ -1,9 +1,21 @@
|
||||||
test_system = files(
|
test_system = files(
|
||||||
|
'001-version.bats',
|
||||||
|
'002-help.bats',
|
||||||
|
'101-create.bats',
|
||||||
|
'102-list.bats',
|
||||||
|
'103-container.bats',
|
||||||
|
'104-run.bats',
|
||||||
|
'105-enter.bats',
|
||||||
|
'106-rm.bats',
|
||||||
|
'107-rmi.bats',
|
||||||
|
'108-completion.bats',
|
||||||
'201-ipc.bats',
|
'201-ipc.bats',
|
||||||
'203-network.bats',
|
'203-network.bats',
|
||||||
'206-user.bats',
|
'206-user.bats',
|
||||||
'210-ulimit.bats',
|
'210-ulimit.bats',
|
||||||
'211-dbus.bats',
|
'211-dbus.bats',
|
||||||
|
'setup_suite.bash',
|
||||||
|
'libs/helpers.bash',
|
||||||
)
|
)
|
||||||
|
|
||||||
if shellcheck.found()
|
if shellcheck.found()
|
||||||
|
|
Loading…
Reference in a new issue