Searched refs:ignore_exit_code (Results 1 – 2 of 2) sorted by relevance
98 def _RunCommand(command, working_dir=None, ignore_exit_code=False, argument122 if not ignore_exit_code and p.returncode != 0:345 working_dir=CHECKOUT_SRC_DIR, ignore_exit_code=True)
86 def _RunCommand(command, working_dir=None, ignore_exit_code=False, argument110 if not ignore_exit_code and p.returncode != 0: