We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 509ae3a + abbb74d commit 28e554cCopy full SHA for 28e554c
tox.ini
@@ -63,7 +63,8 @@ deps =
63
{[testenv:functional]deps}
64
commands =
65
{toxinidir}/tools/deploy_rootwrap.sh {toxinidir} {envdir}/etc {envdir}/bin
66
- stestr run --group_regex=(.*MySQL\.|.*PostgreSQL\.) {posargs}
+ stestr run --group-regex .*PostgreSQL\. --exclude-regex .*MySQL\. {posargs}
67
+ stestr run --combine --concurrency 1 .*MySQL\. {posargs}
68
69
[testenv:dsvm-fullstack]
70
setenv = {[testenv]setenv}
0 commit comments