Home
last modified time | relevance | path

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

/openbmc/openbmc-build-scripts/scripts/
H A Dunit-test.py228 def check_call_cmd(*cmd, **kwargs): function
309 check_call_cmd("sudo", "-n", "--", "ldconfig")
385 check_call_cmd(
502 check_call_cmd(*cmd)
508 check_call_cmd("cat", os.path.join(root, f))
524 check_call_cmd(*cmd)
720 check_call_cmd("./" + bootstrap)
722 check_call_cmd("./configure", *conf_flags)
725 check_call_cmd(*make_parallel)
728 check_call_cmd("sud
[all...]