-
Notifications
You must be signed in to change notification settings - Fork 430
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
Remove chmod calls for running scripts #1489
Remove chmod calls for running scripts #1489
Conversation
a03fd18
to
7dd8705
Compare
93f44c9
to
893ff4e
Compare
7dd8705
to
704056e
Compare
893ff4e
to
435acac
Compare
704056e
to
65de916
Compare
435acac
to
de6174a
Compare
4466075
to
7243fab
Compare
This PR will need a rebase probably once its dependency #1486 is merged into master. |
As in the previous commit, we now have exec-mode set on all script files, and thus chmod for runningi them is not needed anymore.
As in the previous commit, we now have exec-mode set on all script files, and thus chmod for runnini them is not needed anymore.
527877d
to
bc06355
Compare
This is done. |
@ashmeenkaur @raj-prince the fio perf presubmit tests passed on this PR. +--------+------------+--------------+------------+--------------+--------------+ |
* Remove chmod calls for running scripts As in the previous commit, we now have exec-mode set on all script files, and thus chmod for running them is not needed anymore.
* Remove chmod calls for running scripts As in the previous commit, we now have exec-mode set on all script files, and thus chmod for running them is not needed anymore.
* Remove chmod calls for running scripts As in the previous commit, we now have exec-mode set on all script files, and thus chmod for running them is not needed anymore.
Description
Remove chmod calls for running scripts
As in the previous commit, we now have
exec-mode set on all script files, and thus
chmod for runningi them is not needed anymore.
This is on top of Add exec-mode to script files .
Link to the issue in case of a bug fix.
NA
Testing details