1
0
mirror of https://github.com/esphome/esphome.git synced 2025-04-15 07:10:33 +01:00

hide set +x

This commit is contained in:
Tomasz Duda 2024-05-16 22:13:47 +02:00
parent 91b50f7b45
commit 40fef4894a

View File

@ -40,7 +40,7 @@ start_esphome() {
set -x
# TODO: Validate escape of Command line substitution value
python -m esphome -s component_name $target_component -s component_dir ../../components/$target_component -s test_name $test_name -s target_platform $target_platform $esphome_command $component_test_file
set +x
{ set +x; } 2>/dev/null
}
# Find all test yaml files.