79e94b6bdd
When running under testr, default the test log level to INFO, but otherwise, default it to DEBUG. This way when a developer runs a test in the foreground it logs at DEBUG without any further configuration needed. Change-Id: Ie7388ebf25669807a8c430b6908f9d18115b5dc6
5 lines
349 B
Plaintext
5 lines
349 B
Plaintext
[DEFAULT]
|
|
test_command=OS_LOG_LEVEL=${OS_LOG_LEVEL:-INFO} OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} OS_LOG_CAPTURE=${OS_LOG_CAPTURE:-1} OS_LOG_DEFAULTS=${OS_LOG_DEFAULTS:-""} ${PYTHON:-python} -m subunit.run discover -t ./ tests $LISTOPT $IDOPTION
|
|
test_id_option=--load-list $IDFILE
|
|
test_list_option=--list
|