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
This commit is contained in:
Joshua Harlow 2015-08-03 21:34:34 -07:00
parent 8693f8f816
commit 9576f59ea8

View File

@ -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