From e2955c01156eb34bfde43b66d29e4f58d45e185c Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Fri, 26 Jul 2013 11:38:31 -0400 Subject: [PATCH] Add posargs to testr-full tox job This commit adds posargs to to the testr-full tox job. This enables passing extra arguments to testr when running the tox job. Change-Id: I349e1aa21ce4e5e93ffd7e2c9667f2cbbec2a413 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index eb1ef4b4fb..93a53ac2c7 100644 --- a/tox.ini +++ b/tox.ini @@ -30,7 +30,7 @@ commands = sitepackages = True setenv = VIRTUAL_ENV={envdir} commands = - sh tools/pretty_tox.sh 'tempest.api tempest.scenario tempest.thirdparty tempest.cli' + sh tools/pretty_tox.sh 'tempest.api tempest.scenario tempest.thirdparty tempest.cli {posargs}' [testenv:smoke] sitepackages = True