summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@gmail.com>2015-08-03 21:34:34 -0700
committerJoshua Harlow <harlowja@gmail.com>2015-08-03 21:35:58 -0700
commit9576f59ea86f9c79cf352c90d4e1d04452250f54 (patch)
tree0fc38a651cda324c92190ccb8bad302631c314f5
parent8693f8f816010ab1d8a8d747ba022df103c87da7 (diff)
downloadtaskflow-9576f59ea86f9c79cf352c90d4e1d04452250f54.tar.gz
Enable testr OS_DEBUG to be TRACE(blather) by default
This enables the oslo.test recent change to be able to capture/output the verbose trace/blather log level which taskflow has been using. This should help make it easier to diagnosis issues that happen when needed. Change-Id: Ia3c63e66e4b4ad5523a5e0c6ba44b35b918c2acd
-rw-r--r--.testr.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/.testr.conf b/.testr.conf
index 8aa2cd0..339bf3e 100644
--- a/.testr.conf
+++ b/.testr.conf
@@ -2,6 +2,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} \
${PYTHON:-python} -m subunit.run discover -t ./ ./taskflow/tests $LISTOPT $IDOPTION
test_id_option=--load-list $IDFILE