-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bz1505037: Add debugging info into passwd-change script #202
base: master
Are you sure you want to change the base?
Conversation
[test-openshift] |
e8466f1
to
d4765c3
Compare
[test-openshift] |
The function |
@@ -7,6 +7,14 @@ function log_and_run { | |||
"$@" | |||
} | |||
|
|||
function log_debug { | |||
CONTAINER_DEBUG=${CONTAINER_DEBUG:-} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this documented somewhere?
@hhorak ping |
Pull Request validationFailed🔴 Review - Missing review from a member (1 required) Success🟢 CI - All checks have passed |
@hhorak Can you please update this pull request against master and add some documentation? As soon as it is rebased and updated and tests passed we can merge it. Thanks |
This is a different approach to fix lack of debugging information in passwd-change script, which was originally reported in https://bugzilla.redhat.com/show_bug.cgi?id=1505037 and #199.