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

fix: force a newline after sourcing step file #109

Merged
merged 1 commit into from
Mar 8, 2017
Merged

fix: force a newline after sourcing step file #109

merged 1 commit into from
Mar 8, 2017

Conversation

minzcmu
Copy link
Member

@minzcmu minzcmu commented Mar 6, 2017

Currently, if there is no newline in the output of sourcing a step file, the output will not be logged.
Because the output will be printed in the same line with guid exitCode which is filtered out of the log intentionally.

https://github.com/screwdriver-cd/launcher/blob/master/executor/executor.go#L47

Related to discussion in the end of the issue: screwdriver-cd/screwdriver#293

Previously:
image

Now:
screen shot 2017-03-06 at 12 44 56 pm

@d2lam d2lam requested a review from tk3fftk March 7, 2017 19:50
Copy link
Member

@tk3fftk tk3fftk left a comment

Choose a reason for hiding this comment

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

It looks good work:+1:

@d2lam d2lam merged commit 290661d into master Mar 8, 2017
@d2lam d2lam deleted the newline branch March 8, 2017 23:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants