Merge pull request #2809 from shuffle2/master

make all python files executable and standardize interpreter
This commit is contained in:
Ha Thach
2024-10-07 11:11:54 +07:00
committed by GitHub
25 changed files with 23 additions and 5 deletions

1
test/hil/hil_test.py Normal file → Executable file
View File

@@ -1,3 +1,4 @@
#!/usr/bin/env python3
#
# The MIT License (MIT)
#

View 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
View File

@@ -1,3 +1,4 @@
#!/usr/bin/env python3
import sys
import os
from glob import glob