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/reboot: fix LP 1556630 #4706
Conversation
|
$$JFDI$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
added a commit
that referenced
this pull request
Mar 14, 2016
jujubot
merged commit 2322530
into
juju:master
Mar 14, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
davecheney commentedMar 13, 2016
Fixes LP 1556630
The code was skipping a lot of error conditions which the test code was
relying on to exit the test cleanly.
Also:
man switch
This reduced the run time on some of the tests from 3 and 5 seconds to
200ms each.
(Review request: http://reviews.vapour.ws/r/4144/)