mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
test_build_system: fix idf_copy fixture not changing IDF_PATH
This commit is contained in:
parent
e0d564fc30
commit
5d2f900bef
@ -120,6 +120,7 @@ def idf_copy(session_work_dir: Path, request: FixtureRequest) -> typing.Generato
|
||||
shutil.copytree(path_from, path_to, ignore=ignore, symlinks=True)
|
||||
|
||||
orig_idf_path = os.environ['IDF_PATH']
|
||||
os.environ['IDF_PATH'] = str(path_to)
|
||||
|
||||
yield Path(path_to)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user