From: Ivan Kolodyazhny Date: Wed, 17 Feb 2016 14:04:40 +0000 (+0200) Subject: Revert changes to use ostestr X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=7f450460178538f1006c160baf3c080c54b8738d;p=openstack-build%2Fcinder-build.git Revert changes to use ostestr ostestr has more user-friendly output including lists of all and failed tests. Change-Id: I1f715a5688d702aaf8489928a1b0a39093caa5da --- diff --git a/tox.ini b/tox.ini index 105a74ee6..bdf66a392 100644 --- 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= option. # call ie: 'tox -epy27 -- --concurrency=4' -commands = python setup.py testr --testr-args='{posargs}' +commands = ostestr {posargs} whitelist_externals = bash passenv = *_proxy *_PROXY