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.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/shell/utils.js b/src/mongo/shell/utils.js
index 4b384d6696e..5adfe128acf 100644
--- a/src/mongo/shell/utils.js
+++ b/src/mongo/shell/utils.js
@@ -196,6 +196,7 @@ jsTestOptions = function(){
TestData.useLegacyReplicationProtocol || false,
enableEncryption: TestData.enableEncryption,
encryptionKeyFile: TestData.encryptionKeyFile,
+ auditDestination: TestData.auditDestination,
minPort: TestData.minPort,
maxPort: TestData.maxPort,
}