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 stdout and stderr handling in sub commands #53

Merged
merged 1 commit into from
Sep 28, 2020

Conversation

Crevil
Copy link
Member

@Crevil Crevil commented Sep 28, 2020

Currently the shell executor and gitCmd helper writes exessive newlines during
execution after the upgrade of go-cmd/cmd where handling of the Stderr and
Stdout channels was changed.

The update was introduced in dd2f8b3 to fix
missing output of git-plan commands but was mistakenly not ported to the other
uses of the cmd package.

This change set updates usage of package cmd when configured with streaming
output.

Currently the shell executor and gitCmd helper writes exessive newlines during
execution after the upgrade of go-cmd/cmd where handling of the Stderr and
Stdout channels was changed.

The update was introduced in dd2f8b3 to fix
missing output of git-plan commands but was mistakenly not ported to the other
uses of the cmd package.

This change set updates usage of package cmd when configured with streaming
output.
@Crevil Crevil merged commit 8d6c8db into master Sep 28, 2020
@Crevil Crevil deleted the fix/command-output-handling branch September 28, 2020 13:15
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.

None yet

2 participants