-
Notifications
You must be signed in to change notification settings - Fork 328
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
fix ioctl update failed on mac #3957
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #3957 +/- ##
==========================================
+ Coverage 75.38% 76.11% +0.73%
==========================================
Files 303 330 +27
Lines 25923 28160 +2237
==========================================
+ Hits 19541 21435 +1894
- Misses 5360 5621 +261
- Partials 1022 1104 +82 ☔ View full report in Codecov by Sentry. |
install-cli.sh
Outdated
@@ -122,27 +122,20 @@ else | |||
fi | |||
|
|||
if [ "${OS}" = "darwin" ];then | |||
if test -x "$(command -v brew)"; then | |||
if test -x "$(command -v brew)"; then |
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.
remove space?
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Description
The reason why the ioctl update failed on mac is that install-cli.sh requires root privileges to execute.
Fixes #3955
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Test Configuration:
Checklist: