-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Non systemd support with unittest #8785
Non systemd support with unittest #8785
Conversation
Removing the udevPath global variable and it's dependencies. This sets us up to allow better detection of udevDataPath to support non-systemd linux versions.
Should properly solve (with minimal file probes) the udev mounting problem.
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.
🤝 ✅ CLA has been signed. Thank you!
Actually looks like CircleCI has suddenly realized it needs to test this also on the other MR. |
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.
This pull request introduces 1 alert when merging 01423b3 into 3b8df55 - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging cd8902f into 3b8df55 - view on LGTM.com new alerts:
|
This pull request introduces 2 alerts when merging d7eff22 into ba66d4f - view on LGTM.com new alerts:
|
Please fix the code and LGTM-bot comment! Finally if you think you are done and want me to review, please change the "Draft" state of your PR. :-) |
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.
Looks good to me. Thank you for your work @red15!
Required for all PRs:
Fixes #3900