From 959ec5d54deb725409cc322a3bdffaaa924dd400 Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Thu, 7 Feb 2019 14:43:32 -0600 Subject: [PATCH] Add slowest test output to end of test run Change-Id: Ie74a663b147bde12456d9f64edca05cfb4a29136 Signed-off-by: Sean McGinnis --- tox.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 47e6342be..95581e6e7 100644 --- a/tox.ini +++ b/tox.ini @@ -22,7 +22,9 @@ deps = # to ncpu, to specify something else use # the concurrency= option. # call ie: 'tox -epy27 -- --concurrency=4' -commands = stestr run {posargs} +commands = + stestr run {posargs} + stestr slowest whitelist_externals = bash find