Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
cmd/modelcmd: use FakeJujuXDGDataHomeSuite #7321
Conversation
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
jujubot
merged commit e634386
into
juju:develop
May 10, 2017
1 check passed
github-check-merge-juju
Built PR, ran unit tests, and tested LXD deploy. Use !!.*!! to request another build. IE, !!build!!, !!retry!!
Details
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
axw commentedMay 10, 2017
Description of change
Use FakeJujuXDGDataHomeSuite to initialise the
"XDG" home directory for tests, isolating them
from one another. We were setting a fake home
directory which isn't sufficient for Windows.
QA steps
Run the tests.
Documentation changes
None.
Bug reference
None.