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

Change shell used for compatibility tests #1203

Merged
merged 1 commit into from
Sep 21, 2023

Conversation

ericcornelissen
Copy link
Owner

Relates to #963

Summary

Update the compatibility tests to use:

  1. No shell for escaping because this will work for all systems.
  2. Use an explicit shell when quoting because the default system shell (chosen when shell: true) does not necessarily work as expected on MacOS. Hopefully, this configuration supports more systems out of the box.

Update the compatibility tests to use:
1. No shell for escaping because this will work for all systems.
2. Use an explicit shell when quoting because the default system shell
   (chosen when `shell: true`) does not necessarily work as expected on
   MacOS. Hopefully, this configuration supports more systems out of the
   box.
@ericcornelissen ericcornelissen added the test Relates to testing label Sep 21, 2023
@ericcornelissen ericcornelissen merged commit 9dabbc0 into main Sep 21, 2023
30 checks passed
@ericcornelissen ericcornelissen deleted the patch-compat-tests-mac branch September 21, 2023 20:29
@ericcornelissen ericcornelissen mentioned this pull request Oct 22, 2023
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test Relates to testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant