summaryrefslogtreecommitdiff
path: root/jstests/replsets/rollback_dropdb.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/replsets/rollback_dropdb.js')
-rw-r--r--jstests/replsets/rollback_dropdb.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/jstests/replsets/rollback_dropdb.js b/jstests/replsets/rollback_dropdb.js
index 3944f7b821e..f3ee7607437 100644
--- a/jstests/replsets/rollback_dropdb.js
+++ b/jstests/replsets/rollback_dropdb.js
@@ -64,4 +64,5 @@ assert.soon(function() {
"rollback : can't rollback drop database full resync will be required");
}, "B failed to fassert");
-replTest.stopSet(undefined, undefined, {allowedExitCodes: [MongoRunner.EXIT_ABRUPT]});
+replTest.stop(BID, undefined, {allowedExitCode: MongoRunner.EXIT_ABRUPT});
+replTest.stopSet(); \ No newline at end of file