]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: Add a way to set the environment for a pytest
authorSimon Glass <sjg@chromium.org>
Mon, 13 Feb 2023 15:56:40 +0000 (08:56 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 14 Feb 2023 16:43:27 +0000 (09:43 -0700)
commit7e91bf892fd6f428c7f63cb66287cd94e4c5b989
tree8b99aad8ce51df893299745d076240e78924b7b5
parent441a3d0a7a0302ad0292a7b32feb07c3b8143409
test: Add a way to set the environment for a pytest

This is useful when we need to control a particular environment variable.
Add a way to handle this.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/py/multiplexed_log.py
test/py/u_boot_utils.py