summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDmitry Tantsur <dtantsur@protonmail.com>2021-02-11 12:44:32 +0100
committerDmitry Tantsur <dtantsur@protonmail.com>2021-02-11 12:44:32 +0100
commite36d7af09755298173e697abe33391a4feb04c13 (patch)
tree5546430d6cca3d23b84ebc1ece697eb9693e5577 /tox.ini
parent235115099a906ee0cb0b333dd18854ae0dcd7ecb (diff)
downloadironic-e36d7af09755298173e697abe33391a4feb04c13.tar.gz
Report the slowest tests after a test run
Change-Id: Id9cf476f56f2f78b9e8adf6e736148e91916777d
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index e345c167c..94fd1da26 100644
--- a/tox.ini
+++ b/tox.ini
@@ -18,7 +18,7 @@ deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands =
- stestr run {posargs}
+ stestr run --slowest {posargs}
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
[testenv:unit-with-driver-libs]