summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2019-01-26 11:33:25 +0000
committerGerrit Code Review <review@openstack.org>2019-01-26 11:33:25 +0000
commitf4889dbd208ff5e829203b434c8dbbb8c2457cc3 (patch)
tree2397e70188d248903f21094a8fb8d54ef1e81043
parent0a1cc5763cb20130f257e13690ed38ad4f849058 (diff)
parent0b6b5bbcefd3f59ffc64f4e8818308da4e716a65 (diff)
downloadosprofiler-f4889dbd208ff5e829203b434c8dbbb8c2457cc3.tar.gz
Merge "Allow test path to be overridden"
-rw-r--r--.stestr.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/.stestr.conf b/.stestr.conf
index ab0e309..6c75b94 100644
--- a/.stestr.conf
+++ b/.stestr.conf
@@ -1,4 +1,4 @@
[DEFAULT]
-test_path=./osprofiler/tests/unit
+test_path=${OS_TEST_PATH:-./osprofiler/tests/unit}
top_dir=./