From 7f450460178538f1006c160baf3c080c54b8738d Mon Sep 17 00:00:00 2001 From: Ivan Kolodyazhny Date: Wed, 17 Feb 2016 16:04:40 +0200 Subject: [PATCH] Revert changes to use ostestr ostestr has more user-friendly output including lists of all and failed tests. Change-Id: I1f715a5688d702aaf8489928a1b0a39093caa5da --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2