Add .testr.conf file for run_tests.sh to work

RM10353
This commit is contained in:
jmeridth 2014-11-04 04:11:33 +00:00
parent 761806c486
commit 82371e5ad5
1 changed files with 4 additions and 0 deletions

4
.testr.conf Normal file
View File

@ -0,0 +1,4 @@
[DEFAULT]
test_command=OS_STDOUT_CAPTURE=1 OS_STDERR_CAPTURE=1 OS_LOG_CAPTURE=1 ${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./quark/tests} $LISTOPT $IDOPTION
test_id_option=--load-list $IDFILE
test_list_option=--list