Skip to content

Instantly share code, notes, and snippets.

@ngladitz
Created April 16, 2016 07:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ngladitz/2c9609f9f660105ccc9a23766183af3f to your computer and use it in GitHub Desktop.
Save ngladitz/2c9609f9f660105ccc9a23766183af3f to your computer and use it in GitHub Desktop.
buildbot log test
import sys
sys.stdout.write("Line1\n")
sys.stdout.write("Line2\n")
sys.stdout.write("Line3\r\n")
sys.stdout.write("Line4\r\n")
sys.stdout.write("Line5\n")
sys.stdout.write("Line6\n")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment