From 58d04a03a5f5dc300d7d8f6acd1d20a41f06043c Mon Sep 17 00:00:00 2001 From: Jonathan Abrahams Date: Thu, 8 Oct 2015 09:59:24 -0400 Subject: SERVER-14191 - Add audit to auth and sharding_auth test suites on Enterprise platforms --- src/mongo/shell/utils.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mongo/shell/utils.js') 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, } -- cgit v1.2.1