Merge pull request #2809 from shuffle2/master
make all python files executable and standardize interpreter
This commit is contained in:
1
test/hil/hil_test.py
Normal file → Executable file
1
test/hil/hil_test.py
Normal file → Executable file
@@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env python3
|
||||
#
|
||||
# The MIT License (MIT)
|
||||
#
|
||||
|
2
test/unit-test/vendor/ceedling/vendor/unity/auto/unity_test_summary.py
vendored
Normal file → Executable file
2
test/unit-test/vendor/ceedling/vendor/unity/auto/unity_test_summary.py
vendored
Normal file → Executable file
@@ -1,4 +1,4 @@
|
||||
#! python3
|
||||
#!/usr/bin/env python3
|
||||
# ==========================================
|
||||
# Unity Project - A Test Framework for C
|
||||
# Copyright (c) 2015 Alexander Mueller / XelaRellum@web.de
|
||||
|
1
test/unit-test/vendor/ceedling/vendor/unity/auto/unity_to_junit.py
vendored
Normal file → Executable file
1
test/unit-test/vendor/ceedling/vendor/unity/auto/unity_to_junit.py
vendored
Normal file → Executable file
@@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env python3
|
||||
import sys
|
||||
import os
|
||||
from glob import glob
|
||||
|
Reference in New Issue
Block a user