Searched refs:get_stdout (Results 1 – 2 of 2) sorted by relevance
79 'Test failed because instrumentation process died.', result.get_stdout()82 'Traceback (most recent call last)', result.get_stdout()
126 def get_stdout(self) -> str: member in AtestRunResult154 for line in self.get_stdout().splitlines(keepends=False):397 wrap_output_lines(result.get_stdout()),