diff --git a/setup-test-env-postgresql.sh b/setup-test-env-postgresql.sh old mode 100644 new mode 100755 diff --git a/tox.ini b/tox.ini index a5f8fe1b..f629952d 100644 --- a/tox.ini +++ b/tox.ini @@ -64,8 +64,13 @@ commands = bash tools/lintstack.sh commands = {posargs} [testenv:debug] -commands = - bash -x {toxinidir}/setup-test-env-mysql.sh oslo_debug_helper {posargs} +commands = bash -x {toxinidir}/setup-test-env-mongodb.sh oslo_debug_helper {posargs} + +[testenv:debug-mysql] +commands = bash -x {toxinidir}/setup-test-env-mysql.sh oslo_debug_helper {posargs} + +[testenv:debug-pgsql] +commands = bash -x {toxinidir}/setup-test-env-postgresql.sh oslo_debug_helper {posargs} [flake8] ignore =