From bbdcc155a7dd6b9967b1c93a7ecb3dd24a9d5f36 Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Mon, 25 Jan 2016 11:02:32 -0800 Subject: [PATCH] Disable oslotest LOG capturing It would be really nice to actually be able to see the logs that happen when a failure is triggered, so this is an attempt to see if disabling LOG capturing will make that possible. Change-Id: Ia55d125de38b1843039fc7184bb24d00031e6682 --- .testr.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.testr.conf b/.testr.conf index 339bf3e72..aff2df043 100644 --- a/.testr.conf +++ b/.testr.conf @@ -3,6 +3,7 @@ test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \ OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \ OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-160} \ OS_DEBUG=${OS_DEBUG:-TRACE} \ + OS_LOG_CAPTURE=${OS_LOG_CAPTURE:-False} \ ${PYTHON:-python} -m subunit.run discover -t ./ ./taskflow/tests $LISTOPT $IDOPTION test_id_option=--load-list $IDFILE