
To aid in debugging, turn on capturing stdout and stderr from the unit tests. Comes in handy when you need to throw in a print() statement to debug a test. Change-Id: I126fb025068644722baf966dfc8f35b0fd9b5003
5 lines
236 B
Plaintext
5 lines
236 B
Plaintext
[DEFAULT]
|
|
test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} ${PYTHON:-python} -m subunit.run discover -t ./ ./ $LISTOPT $IDOPTION
|
|
test_id_option=--load-list $IDFILE
|
|
test_list_option=--list
|