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

Possibility to specify which shell to use #8

Open
strindberg opened this issue Sep 10, 2016 · 0 comments
Open

Possibility to specify which shell to use #8

strindberg opened this issue Sep 10, 2016 · 0 comments

Comments

@strindberg
Copy link

I use bashtest with great success on my zsh scripts by manually changing "bash" to "zsh" in bashtest.py:

- command = 'bash -c %s' % (quote(command))

  • command = 'zsh -c %s' % (quote(command))

This is a hack of course, and it would be great if this could be set on the command line or in a preference.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants