Lines Matching refs:stderr
132 stderr = decode(child.stderr)
133 for line in stderr.splitlines():
134 sys.stderr.write("+")
135 sys.stderr.write(line)
136 sys.stderr.write("\n")
208 child = run(command, stderr=subprocess.PIPE, stdout=subprocess.PIPE)
213 contains(pattern, decode(child.stderr).splitlines())):
240 stderr=subprocess.PIPE)
245 contains(pattern, decode(child.stderr).splitlines())):
258 stderr=subprocess.PIPE)
263 contains(pattern, decode(child.stderr).splitlines())):