mirror of
https://github.com/esphome/esphome.git
synced 2025-07-28 06:06:33 +00:00
Use python3 in place of python, as some systems don't emulate the former (#8568)
This commit is contained in:
parent
6259ca9ded
commit
a52d6388a9
@ -53,7 +53,7 @@ start_esphome() {
|
|||||||
echo "> [$target_component] [$test_name] [$target_platform_with_version]"
|
echo "> [$target_component] [$test_name] [$target_platform_with_version]"
|
||||||
set -x
|
set -x
|
||||||
# TODO: Validate escape of Command line substitution value
|
# 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
|
python3 -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; } 2>/dev/null
|
{ set +x; } 2>/dev/null
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user