-
Notifications
You must be signed in to change notification settings - Fork 33
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
executer: support run with sudo. #140
Conversation
exec = host.executor(sudo=True)
/lgtm |
Codecov Report
@@ Coverage Diff @@
## master #140 +/- ##
==========================================
- Coverage 79.87% 79.83% -0.05%
==========================================
Files 19 19
Lines 1883 1889 +6
==========================================
+ Hits 1504 1508 +4
- Misses 379 381 +2
Continue to review full report at Codecov.
|
@myakove could you please add one test case passing |
@lukas-bednar What am I missing?
|
exec = host.executor(sudo=True)