commit | 8f018cb7c87fd1c17d3e6f62b0e219d53d781b41 | [log] [tgz] |
---|---|---|
author | Andrea Frittoli <andrea.frittoli@gmail.com> | Fri Aug 11 14:36:18 2017 +0100 |
committer | Andrea Frittoli <andrea.frittoli@gmail.com> | Tue Sep 12 17:11:08 2017 +0000 |
tree | c5f2c16228d27818445c4af95189d6a94b91bf71 | |
parent | ff5ab84cbea431f78eebbf6c9e2cec1ed21de209 [diff] [blame] |
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
diff --git a/tox.ini b/tox.ini index 6f37d00..c4f51c8 100644 --- a/tox.ini +++ b/tox.ini
@@ -17,6 +17,7 @@ setenv = VIRTUAL_ENV={envdir} OS_TEST_PATH=./tempest/tests + OS_LOG_CAPTURE=1 PYTHONWARNINGS=default::DeprecationWarning BRANCH_NAME=master CLIENT_NAME=tempest