From 05e63688826f2461388e9c2600bce2e54235e1b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20M=C3=ADchal?= Date: Fri, 19 Mar 2021 15:48:48 +0100 Subject: [PATCH] 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 --- playbooks/system-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/system-test.yaml b/playbooks/system-test.yaml index 6660e12..c2eff3f 100644 --- a/playbooks/system-test.yaml +++ b/playbooks/system-test.yaml @@ -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 }}'