-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
tests/util: add a convenience wrapper to run a ucmd with root permissions #2692
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
Conversation
|
Fails with: |
8f2531d to
1ccf55a
Compare
|
For some reasons, I cannot restart the jobs for this tasks?! |
|
@sylvestre done |
|
Many tests in the code coverage ci are failing |
8fa9718 to
3a0b107
Compare
|
``768 failed tests``` it is a bit much :) |
3a0b107 to
4ec5ef1
Compare
|
@sylvestre Any reason this hasn't been merged yet? The CI looks good now. |
|
@tertsdiepraam "CICD / Code Coverage (ubuntu-latest, unix) (pull_request) " are failing :) |
add feature for `whoami`
mostly to retrigger the ci :)
4ec5ef1 to
eaad6c5
Compare
jfinkels
left a comment
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 would help me with #3438
|
sorry for the latency! |
As far as I can tell the CICD tests do not run as root, however some functionality can only be tested with root permissions.
While tinkering with #2689 it became apparent to me that there's a need for a a convenience wrapper to run a ucmd with root permissions.
Please let me know if there's a better way to do this.