Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Fix an isolation issue in the upstart tests. #1794
Conversation
howbazaar
added some commits
Mar 11, 2015
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
added a commit
that referenced
this pull request
Mar 11, 2015
jujubot
merged commit 62b499b
into
juju:master
Mar 11, 2015
howbazaar
deleted the
howbazaar:isolate-upstart-test
branch
Mar 11, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
howbazaar commentedMar 11, 2015
Start() calls Running() which calls 'status'.
I had an executable in my path called 'status'.
(Review request: http://reviews.vapour.ws/r/1123/)