Enable OS_LOG_CAPTURE so that logs can be seen (on error)

Change-Id: Ic81bb43fa70ca51d5b9280a5546ac3e2045312a0
This commit is contained in:
Joshua Harlow 2016-01-28 14:26:24 -08:00
parent 77779ac951
commit e309db4d2b
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +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} \
OS_LOG_CAPTURE=${OS_LOG_CAPTURE:-1} \
${PYTHON:-python} -m subunit.run discover -t ./ ./taskflow/tests $LISTOPT $IDOPTION
test_id_option=--load-list $IDFILE