Home
last modified time | relevance | path

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

/system/tools/aidl/tests/
Dintegration-test.py70 def run(self, command, background=False, ignore_status=False): argument
87 ignore_status=ignore_status)
102 def adb(self, command, ignore_status=False): argument
122 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)