Lines Matching refs:check
69 def _run(*popenargs, input=None, timeout=None, check=False, **kwargs): argument
79 if check and returncode:
140 check=True, universal_newlines=True).stdout
690 subprocess.run(cmd, cwd=self.builddir, check=True)
876 cwd=self.component_srcdir(component), check=True)
883 cwd=self.component_srcdir(component), check=True)
890 cwd=self.component_srcdir(component), check=True)
900 cwd=self.component_srcdir(component), check=True)
903 cwd=self.component_srcdir(component), check=True)
905 cwd=self.component_srcdir(component), check=True)
913 self.component_srcdir(component)], check=True)
917 check=True, universal_newlines=True).stdout
932 subprocess.run(['touch', '-c', to_touch], check=True)
939 subprocess.run(['touch', to_touch], check=True)
955 cwd=self.component_srcdir('gcc'), check=True)
959 check=True, universal_newlines=True).stdout
987 check=True)
1210 def bot_run_self(self, opts, action, check=True): argument
1219 subprocess.run(cmd, check=check)
1228 self.bot_run_self([], 'bot-cycle', check=False)