summaryrefslogtreecommitdiff
path: root/src/mongo/shell/utils.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/shell/utils.js')
-rw-r--r--src/mongo/shell/utils.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/shell/utils.js b/src/mongo/shell/utils.js
index 8c126cf903c..fe56226dfad 100644
--- a/src/mongo/shell/utils.js
+++ b/src/mongo/shell/utils.js
@@ -177,6 +177,8 @@ jsTestOptions = function(){
useLegacyConfigServers: TestData.useLegacyConfigServers || false,
enableEncryption: TestData.enableEncryption,
encryptionKeyFile: TestData.encryptionKeyFile,
+ minPort: TestData.minPort,
+ maxPort: TestData.maxPort,
}
);
}