playbooks/system-test: Show test execution time
Execution time of a test can be a very useful tool. https://github.com/containers/toolbox/pull/725
This commit is contained in:
parent
803063f081
commit
05e6368882
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
creates: '{{ toolbox_bin }}'
|
||||
|
||||
- name: Run system tests
|
||||
command: bats ./test/system
|
||||
command: bats --timing ./test/system
|
||||
environment:
|
||||
PODMAN: '/usr/bin/podman'
|
||||
TOOLBOX: '{{ toolbox_bin }}'
|
||||
|
|
Loading…
Reference in a new issue