-
Notifications
You must be signed in to change notification settings - Fork 85
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
Ability to choose a shell for scripts #557
Comments
What's worse, the behaviour of A couple of thoughts:
|
Yeah, I'm having the problem where
Temporary files would be fine too, as you can then write them like a script with the shebang. |
The only potential issue would be that some folks might have |
What would you like to be added:
The ability to choose a shell for commands in
TestAssert
. For example:Why is this needed:
sh -c
is hard coded for shell invocations, and without options like-e
to ensure failures before the last command get picked up.sh
doesn't support setting-o pipefail
to fail on errors in a pipeline.The text was updated successfully, but these errors were encountered: