]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Revert changes to use ostestr
authorIvan Kolodyazhny <e0ne@e0ne.info>
Wed, 17 Feb 2016 14:04:40 +0000 (16:04 +0200)
committerIvan Kolodyazhny <e0ne@e0ne.info>
Wed, 17 Feb 2016 14:04:40 +0000 (16:04 +0200)
ostestr has more user-friendly output including lists of all and failed
tests.

Change-Id: I1f715a5688d702aaf8489928a1b0a39093caa5da

tox.ini

diff --git a/tox.ini b/tox.ini
index 105a74ee6c4a046d6dc88c1193fef09d9cf14d73..bdf66a3929aa9332d790cacf10f63b4b0a26e8d1 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -22,7 +22,7 @@ deps = -r{toxinidir}/test-requirements.txt
 # to ncpu, to specify something else use
 # the concurrency=<n> option.
 # call ie: 'tox -epy27 -- --concurrency=4'
-commands = python setup.py testr --testr-args='{posargs}'
+commands = ostestr {posargs}
 
 whitelist_externals = bash
 passenv = *_proxy *_PROXY