-
Notifications
You must be signed in to change notification settings - Fork 245
feat(smoke-tests): test zip installer for on Windows COMPASS-8710 #6637
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
Conversation
2521181 to
7d3349b
Compare
| ], | ||
| { | ||
| // We need to use a shell to get environment variables setup correctly | ||
| shell: true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
(I think I noticed the same in an open PR)
| kind, | ||
| buildInfo, | ||
| filename: buildInfo[`${kind}_filename`], | ||
| appName: buildInfo.installerOptions.name, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you have examples of how these differ from productName? Just curious.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It needed to be MongoDBCompassDev on windows (no spaces).
Description
Merging this PR will:
appNamepassed when running the e2e tests from the build file (field name is TBD for Linux)Checklist
Motivation and Context
Open Questions
Dependents
Types of changes