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

Make test_run_string pass when the default shell is not bash #137

Merged
merged 1 commit into from
Dec 5, 2024

Conversation

adamtheturtle
Copy link
Contributor

My default shell is fish (https://fishshell.com).
test_run_string failed on my laptop because the cmd was not valid fish syntax.

One option is to find a command which is similar to what was there but works in bash and other shells. Another option, the one I went with, was to always call bash.

@github-actions github-actions bot added the bug Something isn't working label Sep 17, 2024
@ssbarnea ssbarnea added skip-changelog Can be missed from the changelog. and removed bug Something isn't working labels Dec 5, 2024
My default shell is fish (https://fishshell.com).
`test_run_string` failed on my laptop because the `cmd` was not valid fish syntax.

One option is to find a command which is similar to what was there but works in bash and other shells.
Another option, the one I went with, was to always call bash.

# Conflicts:
#	test/test_unit.py
@ssbarnea ssbarnea enabled auto-merge (squash) December 5, 2024 13:13
@ssbarnea ssbarnea merged commit 37076b2 into pycontribs:main Dec 5, 2024
15 of 21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip-changelog Can be missed from the changelog.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants