Skip to content
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

Allow failure of commands when finding plugin dir #3

Closed

Conversation

frozencemetery
Copy link
Member

Otherwise, k5test will not find the plugin directory on Debian.

I distinctly remember this working before when I added the lib64 logic, so I wonder why subprocesses changed.

Copy link
Member

@DirectXMan12 DirectXMan12 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this LGTM 👍, as long as it passes with the python-gssapi test suite.

'-path "*/krb5/plugins"' % search_path,
stderr=subprocess.STDOUT)
except subprocess.CalledProcessError:
options_raw = False
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if you do have to do a revision, make this None, not False.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants