diff options
| author | Ha Thach <[email protected]> | 2024-10-07 11:11:54 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-10-07 11:11:54 +0700 |
| commit | a13dbd4452c2ff80923df363a1468be50f56d2ed (patch) | |
| tree | f3eb2c5b1e46a221163b63f410e5323c5e16c075 /test | |
| parent | 6bfd02413785b8cdb3b4bb7e2f3851be0a50156e (diff) | |
| parent | 616532892d913b7224806ed1e881b72ed66bb3e1 (diff) | |
Merge pull request #2809 from shuffle2/master
make all python files executable and standardize interpreter
Diffstat (limited to 'test')
| -rwxr-xr-x[-rw-r--r--] | test/hil/hil_test.py | 1 | ||||
| -rwxr-xr-x[-rw-r--r--] | test/unit-test/vendor/ceedling/vendor/unity/auto/unity_test_summary.py | 2 | ||||
| -rwxr-xr-x[-rw-r--r--] | test/unit-test/vendor/ceedling/vendor/unity/auto/unity_to_junit.py | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/test/hil/hil_test.py b/test/hil/hil_test.py index 50f72b30f..60bba9bd2 100644..100755 --- a/test/hil/hil_test.py +++ b/test/hil/hil_test.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python3 # # The MIT License (MIT) # diff --git a/test/unit-test/vendor/ceedling/vendor/unity/auto/unity_test_summary.py b/test/unit-test/vendor/ceedling/vendor/unity/auto/unity_test_summary.py index 00c0da8cc..a8e5b2726 100644..100755 --- a/test/unit-test/vendor/ceedling/vendor/unity/auto/unity_test_summary.py +++ b/test/unit-test/vendor/ceedling/vendor/unity/auto/unity_test_summary.py @@ -1,4 +1,4 @@ -#! python3 +#!/usr/bin/env python3 # ========================================== # Unity Project - A Test Framework for C # Copyright (c) 2015 Alexander Mueller / [email protected] diff --git a/test/unit-test/vendor/ceedling/vendor/unity/auto/unity_to_junit.py b/test/unit-test/vendor/ceedling/vendor/unity/auto/unity_to_junit.py index 71dd56888..2379ad49a 100644..100755 --- a/test/unit-test/vendor/ceedling/vendor/unity/auto/unity_to_junit.py +++ b/test/unit-test/vendor/ceedling/vendor/unity/auto/unity_to_junit.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python3 import sys import os from glob import glob |
