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.py71 def run(self, command, background=False, ignore_status=False): argument
88 ignore_status=ignore_status)
90 def adb(self, command, ignore_status=False): argument
108 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 …]