Add test duration time in SOAFEE Test Suite

We don't know how much time each test is taking to finish. By knowing the test runtime it will help to identify future regressions.

Before

./soafee-test-suite run -t tests/sample.bats
1..2
ok 1 Sample test in 1005ms
ok 2 Sample test in 1005ms

After

./soafee-test-suite run -t -T tests/sample.bats
1..2
ok 1 Sample test in 1005ms
ok 2 Sample test in 1005ms
SOAFEE Test Suite Runtime: 2 secs

Signed-off-by: Javier Tia javier.tia@linaro.org

Edited by Javier Tia

Merge request reports

Loading