Fix adding unit test module

Unit test module can not be added. This patch fixes it.

Change-Id: I1de509b061bd5d3fe0cd5e27673c54a13209a56a
Closes-Bug: #1543023
This commit is contained in:
Hidekazu Nakamura 2016-02-08 17:48:54 +09:00
parent 6fdfac79d1
commit c3786f2592
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 $DISCOVER_DIRECTORY $LISTOPT $IDOPTION
${PYTHON:-python} -m subunit.run discover -t ./ $DISCOVER_DIRECTORY $LISTOPT $IDOPTION
test_id_option=--load-list $IDFILE
test_list_option=--list