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:
Ondřej Míchal 2021-03-19 15:48:48 +01:00
parent 803063f081
commit 05e6368882

View file

@ -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 }}'