Searched refs:ignore_status (Results 1 – 1 of 1) sorted by relevance
71 def run(self, command, background=False, ignore_status=False): argument88 ignore_status=ignore_status)90 def adb(self, command, ignore_status=False): argument108 if not ignore_status and p.returncode:114 self.host.run('killall %s' % self.binary, ignore_status=True)120 self.host.run('killall %s' % self.binary, ignore_status=True)122 result = self.host.run(self.binary + ' --gtest_color=yes', ignore_status=True)164 ignore_status=True)178 ignore_status=True)195 ignore_status=True)[all …]