summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 1a7612479d..51ca621199 100644
--- a/tox.ini
+++ b/tox.ini
@@ -63,8 +63,8 @@ deps =
{[testenv:functional]deps}
commands =
{toxinidir}/tools/deploy_rootwrap.sh {toxinidir} {envdir}/etc {envdir}/bin
- stestr run --group-regex .*PostgreSQL\. --exclude-regex .*MySQL\. {posargs}
- stestr run --combine --concurrency 1 .*MySQL\. {posargs}
+ stestr run --exclude-regex (.*MySQL\.|.*PostgreSQL\.) {posargs}
+ stestr run --combine --concurrency 1 (.*MySQL\.|.*PostgreSQL\.) {posargs}
[testenv:dsvm-fullstack]
setenv = {[testenv]setenv}