Being an interactive tool there are no automatic mc tests we could use for gating (yet), so let's do some sanity checks instead.
15 lines
219 B
YAML
15 lines
219 B
YAML
# vi: ts=2 sw=2 et ft=yaml:
|
|
|
|
summary: Basic smoke test
|
|
execute:
|
|
how: tmt
|
|
script: |
|
|
set -ex
|
|
|
|
mc --help
|
|
mc --help-all
|
|
mc --help-terminal
|
|
mc --help-color
|
|
mc --version
|
|
mc --configure-options
|