Fix inconsistent environment for stestr test path
OS_TEST_PATH is commonly used, instead of TEST_PATH. Also we don't have explicitly define the same default value. Change-Id: I584f87e6a839702c1334527b6bcaaa7fa48c95d3
This commit is contained in:
parent
6cd8444033
commit
f56522b7ba
@ -1,3 +1,3 @@
|
||||
[DEFAULT]
|
||||
test_path=${TEST_PATH:-./heat/tests}
|
||||
test_path=${OS_TEST_PATH:-./heat/tests}
|
||||
top_dir=./
|
||||
|
Loading…
x
Reference in New Issue
Block a user