Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
worker/uniter: fix debug-hooks exit status output #8078
Conversation
|
$$merge$$ |
|
Status: merge request accepted. Url: http://ci.jujucharms.com/job/github-merge-juju |
jujubot
merged commit 14b3ca6
into
juju:develop
Nov 15, 2017
1 check passed
continuous-integration/jenkins/pr-merge
This commit looks good
Details
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
axw commentedNov 15, 2017
Description of change
Fix the debug-hooks bash scripts to return the
exit status correctly. We previously sent the
script to bash stdin, which meant a $ had to
be escaped; now it's written to disk, and does
not.
QA steps
(check
juju statusoutput -- unit should be idle/not in error)(check
juju statusoutput -- unit should be in error)Documentation changes
None.
Bug reference
Fixes https://bugs.launchpad.net/juju/+bug/1732233