summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-04-21 11:35:49 +0000
committerGerrit Code Review <review@openstack.org>2015-04-21 11:35:49 +0000
commit4994faf374e22a4487f6e44237cf10fea5f22599 (patch)
tree2b8daf04fb4d1ddd4f115003aee9c4d0d18a1088
parent7a9494eb536ab5cf2f0bdeec6edca38ea3041ee6 (diff)
parent2fa7e1ec3630766e6e4417b6d2eda28f9abd446b (diff)
downloadpython-cinderclient-4994faf374e22a4487f6e44237cf10fea5f22599.tar.gz
Merge "Add ability to specify path var to testr"1.2.0
-rw-r--r--.testr.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/.testr.conf b/.testr.conf
index f5be871..024026b 100644
--- a/.testr.conf
+++ b/.testr.conf
@@ -1,4 +1,4 @@
[DEFAULT]
-test_command=OS_STDOUT_CAPTURE=1 OS_STDERR_CAPTURE=1 ${PYTHON:-python} -m subunit.run discover -t ./ ./cinderclient/tests $LISTOPT $IDOPTION
+test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} ${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./cinderclient/tests} $LISTOPT $IDOPTION
test_id_option=--load-list $IDFILE
test_list_option=--list