]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Default to not capturing log output in tests
authorMaru Newby <marun@redhat.com>
Tue, 3 Sep 2013 16:35:52 +0000 (16:35 +0000)
committerMaru Newby <marun@redhat.com>
Tue, 3 Sep 2013 17:32:32 +0000 (17:32 +0000)
commit96adb2a6c255f96e9d82c86ec37072c30aec021c
tree7798d89a6230128a992ad000f08c251b673ff247
parentc1f34a61de227fc551496dff3197466a1cdacccb
Default to not capturing log output in tests

Viewing log output while tests are still running can be useful for
debugging, but log output was previously always captured.  This
change ensures that log capture is off by default, but can still
be enabled by setting OS_LOG_CAPTURE=1 in the shell environment.

testr invocation is unchanged and will continue to capture logs by
default.

Change-Id: I9d0fb648541280cacfebb47f67f608378ae66ef3
.testr.conf
neutron/tests/base.py