From 7e25f41443c9e7f621e11720f5678ee3537dd389 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Sat, 10 Mar 2018 15:24:04 -0500 Subject: [PATCH] turn on debug in tests This triggers configuring logging to stderr. Change-Id: Ib87984f655e8bc72964af5eca00ca80460c819c8 Signed-off-by: Doug Hellmann --- .testr.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.testr.conf b/.testr.conf index 1641f86e35..b22fa4bb71 100644 --- a/.testr.conf +++ b/.testr.conf @@ -1,4 +1,4 @@ [DEFAULT] -test_command=OS_STDOUT_CAPTURE=1 OS_STDERR_CAPTURE=1 OS_TEST_TIMEOUT=60 ${PYTHON:-python} -m subunit.run discover -t ./ . $LISTOPT $IDOPTION +test_command=OS_STDOUT_CAPTURE=1 OS_STDERR_CAPTURE=1 OS_TEST_TIMEOUT=60 OS_DEBUG=1 ${PYTHON:-python} -m subunit.run discover -t ./ . $LISTOPT $IDOPTION test_id_option=--load-list $IDFILE test_list_option=--list