Add slowest test output to end of test run

Change-Id: Ie74a663b147bde12456d9f64edca05cfb4a29136
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
changes/37/635637/1
Sean McGinnis 4 years ago
parent 14be08d0b5
commit 959ec5d54d
No known key found for this signature in database
GPG Key ID: CE7EE4BFAF8D70C8

@ -22,7 +22,9 @@ deps =
# to ncpu, to specify something else use
# the concurrency=<n> option.
# call ie: 'tox -epy27 -- --concurrency=4'
commands = stestr run {posargs}
commands =
stestr run {posargs}
stestr slowest
whitelist_externals = bash
find

Loading…
Cancel
Save