summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@yahoo-inc.com>2016-01-25 11:02:32 -0800
committerJoshua Harlow <harlowja@yahoo-inc.com>2016-01-25 11:02:33 -0800
commitbbdcc155a7dd6b9967b1c93a7ecb3dd24a9d5f36 (patch)
tree7ac52e0fcc84562fd7eb33a5846bccd0a6ca2aa2
parent31764bfb9646e8ede4d0c6ef75888e9f33cb03e4 (diff)
downloadtaskflow-bbdcc155a7dd6b9967b1c93a7ecb3dd24a9d5f36.tar.gz
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
-rw-r--r--.testr.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/.testr.conf b/.testr.conf
index 339bf3e..aff2df0 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