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

Fix test: tests/integration/modules/test_gem.py #67178

Open
wants to merge 1 commit into
base: 3006.x
Choose a base branch
from

Conversation

barneysowood
Copy link
Contributor

What does this PR do?

Updates tests/integration/modules/test_gem.py to pass gem_binary="gem.cmd" to the gem module on windows. Although just using "gem" on the commandline works, from the module, via cmd.run_all it doesn't.

Should possibly fix the gem module but as that is on the list for migration to a community module, I'm not going to do that now.

What issues does this PR fix or reference?

#67176

Previous Behavior

Tests failing on Windows on GH hosted runners

New Behavior

Tests passing

Updates tests/integration/modules/test_gem.py to pass
gem_binary="gem.cmd" to the gem module on windows. Although just using
"gem" on the commandline works, from the module, via cmd.run_all it
doesn't.
@barneysowood
Copy link
Contributor Author

@dwoz or @twangboy - this is ready for review/merging

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

Successfully merging this pull request may close these issues.

1 participant