-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
GH-7838: Fixed task execution on macOS with zsh
.
#7889
Conversation
@AlexTugarev, there is not much to review on this PR, if you can run the |
@@ -150,8 +148,4 @@ export class ShellCommandBuilder { | |||
return command; | |||
} | |||
|
|||
protected buildForDefault(args: Array<string | ShellQuotedString>, cwd?: string, env?: Array<[string, string | null]>): string { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nitpick: Can you keep this default function, but make it call the bash one? Makes it easier to override if someone needs/wants to.
Switched to Xcode `11.4` on Travis CI to support macOS `10.15.4`. Closes #7838. Signed-off-by: Akos Kitta <[email protected]>
Do not expect to receive the test expectation as the first messages from the terminal. Signed-off-by: Akos Kitta <[email protected]>
I made the requested changes. Thank you for the review! I also did change (6822129) one of the test assertions; it's a bit more robust now. I found an issue with the expectation after switching macs. The terminal popped up with a warning (this is expected and related to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM thanks!
Switched to Xcode
11.4
on Travis CI to support macOS10.15.4
.Closes #7838.
Signed-off-by: Akos Kitta [email protected]
What it does
How to test
Review checklist
Reminder for reviewers