Skip to content

Update BUG_REPORT.yml #6449

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

Merged
merged 1 commit into from
Apr 18, 2023
Merged

Update BUG_REPORT.yml #6449

merged 1 commit into from
Apr 18, 2023

Conversation

compnerd
Copy link
Member

Prefer separating commands with ; which is more portable (works across bash, zsh, and PowerShell.

Motivation:

Try to make the command more platform agnostic, particularly as Windows support improves, the reports are more likely to be cross-platform.

Modifications:

Change the command chaining to use ; rather than && which also has the benefit of ensuring that the failure of one does not impact the other.

Result:

The command can now partially run on Windows under PowerShell.

Prefer separating commands with `;` which is more portable (works across bash, zsh, and PowerShell.
Copy link
Contributor

@MaxDesiatov MaxDesiatov left a comment

Choose a reason for hiding this comment

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

Thanks!

@compnerd
Copy link
Member Author

@swift-ci please smoke test

@tomerd tomerd merged commit 93ec7b1 into main Apr 18, 2023
@tomerd tomerd deleted the compnerd/issue-issue branch May 1, 2023 17:51
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.

4 participants