Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add newlines back to logs, add unit tests #38

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

langston-barrett
Copy link
Contributor

fixes #36

@langston-barrett
Copy link
Contributor Author

Note that this PR contains several TODO items. These are tests that I believe should pass, but don't currently, and I can't figure out why. I believe their failure is the key to #27.

@langston-barrett
Copy link
Contributor Author

@BrianHicks Can I get a review on this? Still having this problem with the newlines: https://travis-ci.org/siddharthist/kubernetes-packaging/jobs/148331420


for line := range src {
_, err = file.Write(line)
_, err = file.Write(append(line, []byte("\n")...))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

append(line, '\n')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

logs don't include newlines
2 participants