summaryrefslogtreecommitdiff
path: root/src/mongo/shell/utils.js
diff options
context:
space:
mode:
authorJonathan Abrahams <jonathan@mongodb.com>2015-10-08 09:59:24 -0400
committerJonathan Abrahams <jonathan@mongodb.com>2015-10-09 09:43:33 -0400
commit58d04a03a5f5dc300d7d8f6acd1d20a41f06043c (patch)
tree7b0148421db07397e960239f7c78839b08132b94 /src/mongo/shell/utils.js
parentf6f222926658eb9e79463e2bf0ee94beb15813c9 (diff)
downloadmongo-58d04a03a5f5dc300d7d8f6acd1d20a41f06043c.tar.gz
SERVER-14191 - Add audit to auth and sharding_auth test suites on Enterprise platforms
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,
}