Commit e7642fd2 authored by Stephen Finucane's avatar Stephen Finucane
Browse files

tox: Silence output



Enable the 'CaptureOutput' fixture provided by oslotest by default.

Change-Id: Ib34d8ab411a67816db2e26b49bec75993b5bed56
Signed-off-by: default avatarStephen Finucane <stephenfin@redhat.com>
parent 4c451b7d
......@@ -10,6 +10,8 @@ allowlist_externals =
passenv =
OS_TEST_DBAPI_ADMIN_CONNECTION
setenv =
OS_STDOUT_CAPTURE=true
OS_STDERR_CAPTURE=true
BASECOMMAND=stestr run
{postgresql,all}: PIFPAF_POSTGRESQL=pifpaf -g OS_TEST_DBAPI_ADMIN_CONNECTION run postgresql --
{mysql,all}: PIFPAF_MYSQL=pifpaf -g OS_TEST_DBAPI_ADMIN_CONNECTION run mysql --
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment