Searched refs:check_call_cmd (Results 1 – 1 of 1) sorted by relevance
| /openbmc/openbmc-build-scripts/scripts/ |
| H A D | unit-test.py | 231 def check_call_cmd(*cmd, **kwargs): function 312 check_call_cmd("sudo", "-n", "--", "ldconfig") 388 check_call_cmd( 509 check_call_cmd(*cmd, preexec_fn=valgrind_rlimit_nofile) 515 check_call_cmd("cat", os.path.join(root, f)) 531 check_call_cmd(*cmd) 727 check_call_cmd("./" + bootstrap) 729 check_call_cmd("./configure", *conf_flags) 732 check_call_cmd(*make_parallel) 735 check_call_cmd("sudo", "-n", "--", *(make_parallel + ["install"])) [all …]
|