From 8f018cb7c87fd1c17d3e6f62b0e219d53d781b41 Mon Sep 17 00:00:00 2001 From: Andrea Frittoli Date: Fri, 11 Aug 2017 14:36:18 +0100 Subject: [PATCH] Capture logs when running unit tests The unit test logs are mixed up in the output of subunit-trace. Adding OS_LOG_CAPTURE=1 by default to avoid that. Change-Id: Ie322795c8638963b276c4bd54b845331c3567370 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 6f37d00e50..c4f51c8bc2 100644 --- a/tox.ini +++ b/tox.ini @@ -17,6 +17,7 @@ deps = setenv = VIRTUAL_ENV={envdir} OS_TEST_PATH=./tempest/tests + OS_LOG_CAPTURE=1 PYTHONWARNINGS=default::DeprecationWarning BRANCH_NAME=master CLIENT_NAME=tempest