diff options
author | Sam Clegg <sbc@chromium.org> | 2020-04-09 13:50:42 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-09 10:50:42 -0700 |
commit | 9d572bd24d4e9109fad70dbbd29bb04b2ea47113 (patch) | |
tree | d99406028a644729d8671d3ef01b8a93a50ecd4f /clang-tidy-diff.sh | |
parent | 88b2b6411e13ed08d3d10fd77749d8e536d71c4c (diff) | |
download | binaryen-9d572bd24d4e9109fad70dbbd29bb04b2ea47113.tar.gz binaryen-9d572bd24d4e9109fad70dbbd29bb04b2ea47113.tar.bz2 binaryen-9d572bd24d4e9109fad70dbbd29bb04b2ea47113.zip |
Remove executable bit from test scripts (#2734)
These are no all driven by only by the two top level scripts:
check.py
auto_update_tests.py
What is more all of them were broken when run isolation due to
relative import rules in python3. e.g.:
```
$ scripts/test/binaryenjs.py
Traceback (most recent call last):
File "scripts/test/binaryenjs.py", line 21, in <module>
from . import shared
ImportError: cannot import name 'shared' from '__main__' (scripts/test/binaryenjs.py)
```
Diffstat (limited to 'clang-tidy-diff.sh')
0 files changed, 0 insertions, 0 deletions