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

sshcmd: fix sshcmd_signal on macos #146

Merged
merged 1 commit into from
Jun 13, 2022
Merged

Conversation

grondo
Copy link
Member

@grondo grondo commented Jun 13, 2022

This patch is required to fix a testing issue with macos in PR #144

Problem: On Darwin 20.6.0 hosts, sshcmd_signal() fails due to
the err() call which prints "sending SIGTERM to ssh" for an unkown
reason. However, this output is redundant with a similar log message
printed from pipecmd_signal(), so the message is probably useless.

Remove the problematic statement from sshcmd_signal().

Problem: On Darwin 20.6.0 hosts, sshcmd_signal() fails due to
the err() call which prints "sending SIGTERM to ssh" for an unkown
reason. However, this output is redundant with a similar log message
printed from pipecmd_signal(), so the message is probably useless.

Remove the problematic statement from sshcmd_signal().
Copy link
Member

@garlick garlick left a comment

Choose a reason for hiding this comment

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

LGTM

@grondo grondo added the merge-when-passing Let mergify auto-rebase and merge when CI passes label Jun 13, 2022
@grondo
Copy link
Member Author

grondo commented Jun 13, 2022

Thanks! Setting MWP

@grondo
Copy link
Member Author

grondo commented Jun 13, 2022

@Mergifyio refresh

@mergify
Copy link
Contributor

mergify bot commented Jun 13, 2022

refresh

✅ Pull request refreshed

@mergify mergify bot merged commit 139ef36 into chaos:master Jun 13, 2022
@grondo grondo deleted the fwd_signal-macos branch June 13, 2022 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge-when-passing Let mergify auto-rebase and merge when CI passes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants