Home
last modified time | relevance | path

Searched refs:ignore_status (Results 1 – 1 of 1) sorted by relevance

/system/tools/aidl/tests/
Daidl_integration_test.py60 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)
[all …]