Skip to content

Commit b694507

Browse files
authored
DRIVERS-3099 Show mongod --version (#608)
1 parent ec916cb commit b694507

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.evergreen/orchestration/drivers_orchestration.py

+2
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,8 @@ def run(opts):
209209
LOGGER.info(f"Using existing mongod binaries dir: {opts.existing_binaries_dir}")
210210
shutil.copytree(opts.existing_binaries_dir, mdb_binaries)
211211

212+
subprocess.run([f"{mdb_binaries_str}/mongod", "--version"], check=True)
213+
212214
# Download legacy shell.
213215
if opts.install_legacy_shell:
214216
args = f"{default_args} --version 5.0"

0 commit comments

Comments
 (0)