Capture the log in default

TrivalFix

Change-Id: I11f47226511e37bf61805b90e0e1bde0088e3cf2
This commit is contained in:
Jeffrey Zhang 2016-01-15 20:24:21 +08:00
parent 3f064206b8
commit b67c20f2db
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
[DEFAULT]
test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
OS_LOG_CAPTURE=${OS_LOG_CAPTURE:-1} \
OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-7200} \
${PYTHON:-python} -m subunit.run discover ${OS_TEST_PATH:-./tests} $LISTOPT $IDOPTION
test_id_option=--load-list $IDFILE