Skip to content

Commit d39b9c9

Browse files
committed
Fix functional test gate
The functional test gate seems to be broken. The environment variables are not being passed through. Change-Id: Ied1f56877e4793c5e88e59d2afb7f1a5b3868560
1 parent e9159d6 commit d39b9c9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ commands = flake8
1717

1818
[testenv:functional]
1919
setenv = OS_TEST_PATH=./functional/tests
20+
passenv = OS_*
2021

2122
[testenv:venv]
2223
commands = {posargs}

0 commit comments

Comments
 (0)