From c3786f2592b03a4163b9f767c7393e550343f9ba Mon Sep 17 00:00:00 2001 From: Hidekazu Nakamura Date: Mon, 8 Feb 2016 17:48:54 +0900 Subject: [PATCH] Fix adding unit test module Unit test module can not be added. This patch fixes it. Change-Id: I1de509b061bd5d3fe0cd5e27673c54a13209a56a Closes-Bug: #1543023 --- .testr.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.testr.conf b/.testr.conf index 4da4d7dba..a9ebfed68 100755 --- a/.testr.conf +++ b/.testr.conf @@ -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