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

Do not install when no-install is passed #67804

Open
wants to merge 4 commits into
base: 3006.x
Choose a base branch
from

Conversation

dwoz
Copy link
Contributor

@dwoz dwoz commented Mar 8, 2025

What does this PR do?

What issues does this PR fix or reference?

Fixes

Previous Behavior

Remove this section if not relevant

New Behavior

Remove this section if not relevant

Merge requirements satisfied?

[NOTICE] Bug fixes or features added to Salt require tests.

Commits signed with GPG?

Yes/No

@dwoz dwoz requested a review from a team as a code owner March 8, 2025 07:49
@dwoz dwoz added the test:full Run the full test suite label Mar 8, 2025
@@ -47,6 +45,8 @@ def salt_test_upgrade(

# Verify previous install version salt-master is setup correctly and works
bin_file = "salt"
if sys.platform == "windows":
bin_file = "salt.exe"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is no salt.exe on Windows

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we could probably do salt-call.exe instead. I'll try that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test:full Run the full test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants