a21272f03f
This allows setting an environment variable to display stdout, stderr, or logging rather than updating the .testr.conf. Change-Id: I803f24545a2e4e21fa45e9bab0fbdd595b5adc4b
5 lines
313 B
Plaintext
5 lines
313 B
Plaintext
[DEFAULT]
|
|
test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} OS_LOG_CAPTURE=${OS_LOG_CAPTURE:-1} ${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./neutron_lbaas/tests/unit} $LISTOPT $IDOPTION
|
|
test_id_option=--load-list $IDFILE
|
|
test_list_option=--list
|