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/jujud/agent: fix test snafu #3828
Conversation
mjs
reviewed
Nov 26, 2015
| @@ -1,7 +1,7 @@ | ||
| // Copyright 2015 Canonical Ltd. | ||
| // Licensed under the AGPLv3, see LICENCE file for details. | ||
| -package agent_test | ||
| +package agent // not agent_test for unknown reasons |
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
added a commit
that referenced
this pull request
Nov 26, 2015
jujubot
merged commit 3956dec
into
juju:master
Nov 26, 2015
davecheney
deleted the
davecheney:fix-agent-test-snafu
branch
Nov 26, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
davecheney commentedNov 26, 2015
6209795 accidentally excluded Upgrade test because this package
uses both internal and external tests.
(Review request: http://reviews.vapour.ws/r/3245/)