Fix .testr.conf

Change-Id: I42ef60bc1702d5f94a83be76d366a760bb32d3ed
This commit is contained in:
Joshua Harlow 2016-05-15 20:50:41 -07:00
parent a93fa94664
commit 06f6f1a47f
1 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,6 @@
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_delimiter $LISTOPT $IDOPTION
${PYTHON:-python} -m subunit.run discover -t ./ ./delimiter $LISTOPT $IDOPTION
test_id_option=--load-list $IDFILE
test_list_option=--list