b51104258e
Change-Id: I4427eb78b9c6b73a0a492cb246e9ecd532dc58d6
8 lines
269 B
Plaintext
8 lines
269 B
Plaintext
[DEFAULT]
|
|
test_command=OS_STDOUT_CAPTURE=1 \
|
|
OS_STDERR_CAPTURE=1 \
|
|
OS_LOG_CAPTURE=1 \
|
|
${PYTHON:-python} -m subunit.run discover -t ./ ec2api/tests/unit $LISTOPT $IDOPTION
|
|
test_id_option=--load-list $IDFILE
|
|
test_list_option=--list
|