make all python files executable and standardize interpreter

This commit is contained in:
Shawn Hoffman
2024-09-17 12:17:12 -07:00
parent f4dd176484
commit 616532892d
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