-
Notifications
You must be signed in to change notification settings - Fork 117
[feat] Set executable bit in generated job script files #1716
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
|
Hello @jgphpc, Thank you for updating! Cheers! There are no PEP8 issues in this Pull Request!Do see the ReFrame Coding Style Guide Comment last updated at 2021-01-28 14:47:15 UTC |
Codecov Report
@@ Coverage Diff @@
## master #1716 +/- ##
=======================================
Coverage 87.30% 87.31%
=======================================
Files 46 46
Lines 7649 7653 +4
=======================================
+ Hits 6678 6682 +4
Misses 971 971
Continue to review full report at Codecov.
|
vkarak
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.
I think this should be handled by the ShellScriptGenerator in reframe/core/shell.py. Then the callers will set it or not accordingly. Also I don't know if it makes more sense to create them always as executable (without being configurable). I don't see a reason why a job script would harm if it's executable.
|
I can fix this PR. |
|
@jenkins-cscs retry dom |
Will fix #1679