Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Minor changes/fixes to jujuclienttesting #4417
Conversation
anastasiamac
reviewed
Feb 15, 2016
| @@ -58,8 +57,6 @@ import ( | ||
| "github.com/juju/juju/version" | ||
| ) | ||
| -var _ = configstore.Default |
|
LGTM |
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
|
Build failed: Tests failed |
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
|
Build failed: Tests failed |
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
added a commit
that referenced
this pull request
Feb 15, 2016
jujubot
merged commit aa080f7
into
juju:cloud-credentials
Feb 15, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
axw commentedFeb 15, 2016
to initialise test stores succinctly
MemStore to store pointer-to-struct for models
and accounts; we weren't persisting updates.
(Review request: http://reviews.vapour.ws/r/3857/)