diff options
author | Kevin Albertson <kevin.albertson@10gen.com> | 2018-02-08 09:46:57 -0500 |
---|---|---|
committer | Kevin Albertson <kevin.albertson@10gen.com> | 2018-02-08 09:46:57 -0500 |
commit | c556e377094792e7253a95cb5fedcd703a99bf2c (patch) | |
tree | b2032e22b5ab1ef21927f2483578cb11df3c341d /jstests/tool/tool1.js | |
parent | e1fdc072a60a0cc47395e09c3d9a796f424e0040 (diff) | |
download | mongo-c556e377094792e7253a95cb5fedcd703a99bf2c.tar.gz |
SERVER-25640 terminate running processes in jstests
Diffstat (limited to 'jstests/tool/tool1.js')
-rw-r--r-- | jstests/tool/tool1.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/tool/tool1.js b/jstests/tool/tool1.js index c968d746742..e4adeb0669b 100644 --- a/jstests/tool/tool1.js +++ b/jstests/tool/tool1.js @@ -68,3 +68,4 @@ assert.eq( assert.soon("c.findOne()", "mongo import json A"); assert(c.findOne() && 1 == c.findOne().a, "mongo import json B"); +MongoRunner.stopMongod(m);
\ No newline at end of file |