OVMS3-idf/tools/unit-test-app/tools
Ivan Grokhotkov e94288da31 global: use '/usr/bin/env bash' instead of '/usr/bin/bash' in shebangs
Using the method from @cemeyer
(https://github.com/espressif/esp-idf/pull/3166):

find . -name \*.sh -exec sed -i "" -e 's|^#!.*bin/bash|#!/usr/bin/env bash|' {} +

Closes https://github.com/espressif/esp-idf/pull/3166.
2020-04-03 01:10:02 +02:00
..
ConfigDependency.yml global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
CreateSectionTable.py tools: Fix the Python coding style 2018-12-19 11:56:24 +01:00
get_available_configs.sh global: use '/usr/bin/env bash' instead of '/usr/bin/bash' in shebangs 2020-04-03 01:10:02 +02:00
ModuleDefinition.yml add wifi init unit test cases 2019-10-11 13:00:57 +08:00
TagDefinition.yml test: Allow per-unit-test timeouts 2018-05-21 12:27:10 +00:00
UnitTestParser.py ci: resume esp32s2 unit tests 2020-02-15 18:28:24 +08:00