summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@yahoo-inc.com>2016-01-28 14:26:24 -0800
committerJoshua Harlow <harlowja@yahoo-inc.com>2016-01-28 14:26:24 -0800
commite309db4d2b90b04ac916671a870460f8ff711962 (patch)
tree498a24f238df528562fd6d642d4be59a4f44f1e2
parent77779ac951dbbd5fdacee5377ae71ddf9399574f (diff)
downloadtaskflow-e309db4d2b90b04ac916671a870460f8ff711962.tar.gz
Enable OS_LOG_CAPTURE so that logs can be seen (on error)
Change-Id: Ic81bb43fa70ca51d5b9280a5546ac3e2045312a0
-rw-r--r--.testr.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/.testr.conf b/.testr.conf
index aff2df0..8933425 100644
--- a/.testr.conf
+++ b/.testr.conf
@@ -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