From e309db4d2b90b04ac916671a870460f8ff711962 Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Thu, 28 Jan 2016 14:26:24 -0800 Subject: [PATCH] Enable OS_LOG_CAPTURE so that logs can be seen (on error) Change-Id: Ic81bb43fa70ca51d5b9280a5546ac3e2045312a0 --- .testr.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.testr.conf b/.testr.conf index aff2df043..893342560 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