diff options
author | Robert Guo <robert.guo@10gen.com> | 2017-05-08 12:29:50 -0400 |
---|---|---|
committer | Robert Guo <robert.guo@10gen.com> | 2017-05-23 15:18:12 -0400 |
commit | df10adbfe55f21e3476be508436345e03b12fddc (patch) | |
tree | 32f81bce02fbcf357e846fb8f82793b1ae9629d5 /jstests/replsets/cloneDb.js | |
parent | 7c53bb196f13bfebbbee0d235b3887a348e303a6 (diff) | |
download | mongo-df10adbfe55f21e3476be508436345e03b12fddc.tar.gz |
SERVER-27549 Print message on intentional server crash.
Diffstat (limited to 'jstests/replsets/cloneDb.js')
-rw-r--r-- | jstests/replsets/cloneDb.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/replsets/cloneDb.js b/jstests/replsets/cloneDb.js index a24b9d80c11..5590dd027f1 100644 --- a/jstests/replsets/cloneDb.js +++ b/jstests/replsets/cloneDb.js @@ -117,7 +117,7 @@ 'cloneDatabase from standalone to SECONDARY succeeded and should not accept writes'); jsTest.log("Shut down replica set and standalone server"); - MongoRunner.stopMongod(standalone.port); + MongoRunner.stopMongod(standalone); replTest.stopSet(); } |