Add slowest test output to end of test run

Change-Id: Ie74a663b147bde12456d9f64edca05cfb4a29136
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
This commit is contained in:
Sean McGinnis 2019-02-07 14:43:32 -06:00
parent 14be08d0b5
commit 959ec5d54d
No known key found for this signature in database
GPG Key ID: CE7EE4BFAF8D70C8
1 changed files with 3 additions and 1 deletions

View File

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