Home | History | Annotate | Download | only in server

Lines Matching refs:stderr_lines

905         stderr_lines = stderr.split("\n")[1:]
906 if not stderr_lines:
908 elif stderr_lines[0].startswith("NOTE: autotestd_monitor"):
909 del stderr_lines[0]
910 return "\n".join(stderr_lines)