esp-idf/tools/test_build_system/test_build_system_helpers
Ivan Grokhotkov 03c542ecf7
test_build_system: fix incomplete env returned by get_idf_build_env
Previously get_idf_build_env didn't include the default environment
(os.environ) in its output, so the environment only contained the
variables returned by "idf_tools.py export".
If PATH already contains all the right paths, "idf_tools.py export"
doesn't return the PATH variable.
Therefore the environment returned by get_idf_build_env was usually
incomplete. Fix by combining the output of "idf_tools.py export" with
os.environ.
2022-12-21 17:22:55 +01:00
..
__init__.py build system: add the initial set of pytest-based build system tests 2022-09-16 00:07:55 +02:00
editing.py build system: add the initial set of pytest-based build system tests 2022-09-16 00:07:55 +02:00
idf_utils.py test_build_system: fix incomplete env returned by get_idf_build_env 2022-12-21 17:22:55 +01:00
snapshot.py build system: add the initial set of pytest-based build system tests 2022-09-16 00:07:55 +02:00