0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-21 12:39:08 +01:00

SERVER-96475 resmoke correctly set --patchBuild (#28892)

GitOrigin-RevId: 04389bf6f4ee470a70888828721e0e5ef5514e4e
This commit is contained in:
Trevor Guidry 2024-11-05 19:27:13 -05:00 committed by MongoDB Bot
parent c9a5055275
commit 89a4ddeeb7

View File

@ -122,6 +122,10 @@ if [[ ${disable_unit_tests} = "false" && ! -f ${skip_tests} ]]; then
extra_args="$extra_args --mozjsJsGcZeal='${mongo_mozjs_options}'"
fi
if [ "${is_patch}" = "true" ]; then
extra_args="$extra_args --patchBuild"
fi
path_value="$PATH:/data/multiversion"
# Set the suite name to be the task name by default; unless overridden with the `suite` expansion.