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.py230 def check_call_cmd(*cmd, **kwargs): function
311 check_call_cmd("sudo", "-n", "--", "ldconfig")
387 check_call_cmd(
508 check_call_cmd(*cmd, preexec_fn=valgrind_rlimit_nofile)
514 check_call_cmd("cat", os.path.join(root, f))
530 check_call_cmd(*cmd)
726 check_call_cmd("./" + bootstrap)
728 check_call_cmd("./configure", *conf_flags)
731 check_call_cmd(*make_parallel)
734 check_call_cmd("sudo", "-n", "--", *(make_parallel + ["install"]))
[all …]