-
Notifications
You must be signed in to change notification settings - Fork 65
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
DRIVERS-3002 Add script to download mongosh #524
Conversation
@@ -490,6 +490,8 @@ functions: | |||
echo "Using PYTHON: $PYTHON" | |||
$PYTHON mongodl.py --edition enterprise --version 7.0 --component archive-debug --no-download | |||
$PYTHON mongodl.py --edition enterprise --version 7.0 --component cryptd --test | |||
$PYTHON mongosh-dl.py --no-download | |||
$PYTHON mongosh-dl.py --version 2.1.1 --no-download |
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.
Could these test actually download at least one version to make sure the file download and unpack part of the scripts work?
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.
Done
All green except OIDC, which is unrelated |
No description provided.