]> git.baikalelectronics.ru Git - uboot.git/commit
test/py: Allow passing input to a program
authorSimon Glass <sjg@chromium.org>
Sat, 23 Oct 2021 23:25:57 +0000 (17:25 -0600)
committerSimon Glass <sjg@chromium.org>
Sun, 28 Nov 2021 23:51:51 +0000 (16:51 -0700)
commit91a056b291f2f797d4545cc452f615b3989f3e30
treebb5072d828bff1b0d189e0e4156e2cfbb5e95e2e
parentf886bbc2f46d3e9663f465b1266fae6ccad82319
test/py: Allow passing input to a program

When running a program on the host, allow input to be passed in as stdin.
This is needed for running sfdisk, for example.

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