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/ssl/ssl_options.js | |
parent | 7c53bb196f13bfebbbee0d235b3887a348e303a6 (diff) | |
download | mongo-df10adbfe55f21e3476be508436345e03b12fddc.tar.gz |
SERVER-27549 Print message on intentional server crash.
Diffstat (limited to 'jstests/ssl/ssl_options.js')
-rw-r--r-- | jstests/ssl/ssl_options.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/ssl/ssl_options.js b/jstests/ssl/ssl_options.js index 571f854851b..d1c0c04adcd 100644 --- a/jstests/ssl/ssl_options.js +++ b/jstests/ssl/ssl_options.js @@ -36,6 +36,6 @@ assert.eq(getCmdLineOptsResult.parsed.net.ssl.clusterPassword, "<password>", "Password not properly censored: " + tojson(getCmdLineOptsResult)); -MongoRunner.stopMongod(mongodSource.port); +MongoRunner.stopMongod(mongodSource); print(baseName + " succeeded."); |