diff options
Diffstat (limited to 'src/mongo/shell/utils.js')
-rw-r--r-- | src/mongo/shell/utils.js | 1 |
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, } |