summaryrefslogtreecommitdiff
path: root/.testr.conf
diff options
context:
space:
mode:
authorGordon Chung <gord@live.ca>2014-06-24 18:14:05 -0400
committerGordon Chung <gord@live.ca>2014-06-24 18:14:05 -0400
commita41dedff40946c1c5326ae9d0cec5ece563e4e52 (patch)
treeaae22106cf957c30d261d098b9c0109d4d2b9520 /.testr.conf
parent5abab9ed0878f175f3396b33c76d9e9d94f748a6 (diff)
downloadoslo-middleware-a41dedff40946c1c5326ae9d0cec5ece563e4e52.tar.gz
initial oslo.middleware checkin
Diffstat (limited to '.testr.conf')
-rw-r--r--.testr.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/.testr.conf b/.testr.conf
index 19721fc..6d83b3c 100644
--- 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 -t ./ ./tests $LISTOPT $IDOPTION
+ ${PYTHON:-python} -m subunit.run discover -t ./ . $LISTOPT $IDOPTION
test_id_option=--load-list $IDFILE
-test_list_option=--list \ No newline at end of file
+test_list_option=--list