Lines Matching refs:stderr
124 if failure.output.stderr:
125 output += ["--- stderr ---" ]
126 output += [failure.output.stderr.strip()]
208 'ECONNREFUSED' in output.output.stderr):
320 traceback = output.stdout + output.stderr
369 self.traceback = output.output.stdout + output.output.stderr
407 self.traceback = 'timeout\n' + output.output.stdout + output.output.stderr
471 stderr = output.output.stderr.strip()
472 if len(stderr):
473 print(self.templates['stderr'] % stderr)
510 'stderr': "\033[31m%s\033[0m",
524 'stderr': '%s',
552 def __init__(self, exit_code, timed_out, stdout, stderr):
556 self.stderr = stderr
608 # tries to print to stdout/stderr after that and the tty buffer is
738 sys.stderr.write(str)
739 sys.stderr.write('\n')
790 stderr = fd_err,
1673 print(archEngineContext.stderr.rstrip())
1777 # Write the times to stderr to make it easy to separate from the
1780 sys.stderr.write("--- Total time: %s ---\n" % FormatTime(duration))
1785 sys.stderr.write("%4i (%s) %s\n" % (i, t, entry.GetLabel()))