Searched refs:throw_on_failure (Results 1 – 1 of 1) sorted by relevance
206 def run(cmd, env, log_prefix, cwd=AOSP_ROOT, throw_on_failure=True): argument229 if proc.returncode != 0 and throw_on_failure: