Home
last modified time | relevance | path

Searched refs:stdin (Results 1 – 3 of 3) sorted by relevance

/test/py/
A Dutils.py160 def run_and_log(ubman, cmd, ignore_errors=False, stdin=None, env=None): argument
181 output = runner.run(cmd, ignore_errors=ignore_errors, stdin=stdin, env=env)
A Dmultiplexed_log.py114 def run(self, cmd, cwd=None, ignore_errors=False, stdin=None, env=None): argument
142 stdin=subprocess.PIPE if stdin else None,
144 (stdout, stderr) = p.communicate(input=stdin)
/test/py/tests/
A Dtest_ut.py202 ubman, f'dtc -o {dtb_file}', stdin=b'/dts-v1/; / {};')
513 ubman, f'sfdisk {fn}', stdin=b'type=83')

Completed in 7 milliseconds