Skip to content

WIP: Force shell scripts to run as bash for consistent output formatting

What does this MR do?

This MR forces the shell scripts in this project to run in bash. @iamricecake and I have both had issues with newlines characters being recorded as actual newlines or \n in test 3, and forcing to bash makes this work, at least on OSX.

However, forcing to bash seems to make the jobs fail on CI. Further investigation is needed.

What are the relevant issue numbers?

No open issues AFAIK.

Does this MR meet the acceptance criteria?

100% not.

Merge request reports

Loading