oslo.db/.testr.conf

8 lines
333 B
Plaintext
Raw Normal View History

2014-04-18 11:33:16 +03:00
[DEFAULT]
test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \
${PYTHON:-python} -m subunit.run discover -t ./ ./oslo_db/tests $LISTOPT $IDOPTION
2014-04-18 11:33:16 +03:00
test_id_option=--load-list $IDFILE
test_list_option=--list