summaryrefslogtreecommitdiff
path: root/src/mongo/shell/utils.js
diff options
context:
space:
mode:
authorKevin Albertson <kevin.albertson@10gen.com>2018-01-22 09:10:45 -0500
committerKevin Albertson <kevin.albertson@10gen.com>2018-01-22 12:05:07 -0500
commitbfc6cfe5fa474a48e35c6430858ae7a26a802e7b (patch)
treef64b79dc9fc2646a02ed6cae9888348d88267418 /src/mongo/shell/utils.js
parentbc2d722169d5d1b46adfc603e29730b029b5e933 (diff)
downloadmongo-bfc6cfe5fa474a48e35c6430858ae7a26a802e7b.tar.gz
SERVER-25640 check dbhashes in stopSet
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 6bb552d89da..561143847a7 100644
--- a/src/mongo/shell/utils.js
+++ b/src/mongo/shell/utils.js
@@ -265,6 +265,7 @@ jsTestOptions = function() {
overrideRetryAttempts: TestData.overrideRetryAttempts || 0,
logRetryAttempts: TestData.logRetryAttempts || false,
connectionString: TestData.connectionString || "",
+ skipCheckDBHashes: TestData.skipCheckDBHashes || false,
});
}
return _jsTestOptions;