mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
ci: fix pytest build system
This commit is contained in:
parent
0ebf798730
commit
0f2a0058a3
@ -156,7 +156,7 @@ def test_target_using_settarget_parameter(idf_py: IdfPyFunc, default_idf_env: En
|
||||
default_idf_env.update({'IDF_TARGET': ESP32_TARGET})
|
||||
idf_py('set-target', ESP32_TARGET)
|
||||
default_idf_env.pop('IDF_TARGET')
|
||||
check_file_contains('sdkconfig', 'CONFIG_IDF_TARGET="{}"'.format(ESP32_TARGET))
|
||||
assert file_contains('sdkconfig', 'CONFIG_IDF_TARGET="{}"'.format(ESP32_TARGET))
|
||||
|
||||
|
||||
def test_target_using_sdkconfig(idf_py: IdfPyFunc, test_app_copy: Path) -> None:
|
||||
|
Loading…
Reference in New Issue
Block a user