Lines Matching refs:ignore_status
60 def run(self, command, background=False, ignore_status=False): argument
77 ignore_status=ignore_status)
79 def adb(self, command, ignore_status=False): argument
97 if not ignore_status and p.returncode:
107 self.host.run('killall %s' % self.binary, ignore_status=True)
113 self.host.run('killall %s' % self.binary, ignore_status=True)
115 result = self.host.run(self.binary + ' --gtest_color=yes', ignore_status=True)
139 ignore_status=True)
153 ignore_status=True)
171 self.host.run('killall %s' % self.binary, ignore_status=True)
173 result = self.host.run(self.binary, ignore_status=True)
184 self.host.run('killall %s' % self.binary, ignore_status=True)