Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[EWS] Need /bin/sh equivalent on wincairo
https://bugs.webkit.org/show_bug.cgi?id=236608 <rdar://problem/88926062> Reviewed by Don Olmstead. * Tools/CISupport/ews-build/steps.py: (ShellMixin.shell_command): Invoke provided command with the system shell (either /bin/sh or cmd) (ShellMixin.shell_exit_0): Trailing shell command ensuring a 0 exit code regardless of the outcome of previous commands. (ApplyPatch.start): Invoke command with cmd or /bin/sh/. (CheckOutPullRequest.run): Ditto. (CleanGitRepo.run): Ditto. * Tools/CISupport/ews-build/steps_unittest.py: Canonical link: https://commits.webkit.org/247276@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@289815 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
3 changed files
with
120 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters