Merge "Set regex flag on ostestr command for osprofiler tests"
This commit is contained in:
commit
21981293c5
4
tox.ini
4
tox.ini
@ -26,14 +26,14 @@ passenv = OS_DEBUG GENERATE_HASHES
|
||||
[testenv:py27]
|
||||
commands =
|
||||
{[testenv]commands}
|
||||
env TEST_OSPROFILER=1 ostestr --regex 'nova.tests.unit.test_profiler'
|
||||
ostestr '{posargs}'
|
||||
env TEST_OSPROFILER=1 ostestr 'nova.tests.unit.test_profiler'
|
||||
|
||||
[testenv:py35]
|
||||
commands =
|
||||
{[testenv]commands}
|
||||
env TEST_OSPROFILER=1 ostestr --regex 'nova.tests.unit.test_profiler'
|
||||
bash tools/pretty_tox3.sh '{posargs}'
|
||||
env TEST_OSPROFILER=1 ostestr 'nova.tests.unit.test_profiler'
|
||||
|
||||
[testenv:pep8]
|
||||
basepython = python2.7
|
||||
|
Loading…
x
Reference in New Issue
Block a user