Searched refs:ignore_status (Results 1 – 1 of 1) sorted by relevance
70 def run(self, command, background=False, ignore_status=False): argument87 ignore_status=ignore_status)102 def adb(self, command, ignore_status=False): argument122 if not ignore_status and p.returncode:151 host.run('rm -f %s' % JAVA_LOG_FILE, ignore_status=True)152 host.run('pkill %s' % NATIVE_TEST_SERVICE, ignore_status=True)159 host.run('pkill %s' % NATIVE_TEST_CLIENT, ignore_status=True)160 result = host.run(NATIVE_TEST_CLIENT, ignore_status=True)176 ignore_status=True)