Skip to content
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

Drop executable bits and shebangs #2745

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

clebergnu
Copy link
Contributor

The files containing Avocado instrumented tests have no reason for having executable bits, or having a Python shebang, as they will only be run under the "avocado run" or similar Avocado Job API environment.

Let's remove all executabl ebits and shebangs, to simplify boilerplate code and influence new tests files to not use them.

The files containing Avocado instrumented tests have no reason for
having executable bits, or having a Python shebang, as they will only
be run under the "avocado run" or similar Avocado Job API environment.

Let's remove all executabl ebits and shebangs, to simplify boilerplate
code and influence new tests files to not use them.

Signed-off-by: Cleber Rosa <[email protected]>
@clebergnu clebergnu self-assigned this Dec 27, 2023
@@ -1,4 +1,3 @@
#!/usr/bin/env python
#
Copy link
Member

@PraveenPenguin PraveenPenguin Jan 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you please remove empty # as well and where applicable

@PraveenPenguin
Copy link
Member

@clebergnu gentle ping

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants