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

Test helper scripts should use sh instead of bash for maximum portability #301

Open
thoni56 opened this issue Jun 26, 2022 · 0 comments
Open

Comments

@thoni56
Copy link
Contributor

thoni56 commented Jun 26, 2022

The helper scripts in tools are used when running tests:

  • cgreen_runner_output_diff
  • cgreen_xml_output_diff

They use #!/bin/bash which is not available automatically everywhere (such as on Alpine, #299).

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

No branches or pull requests

1 participant