summaryrefslogtreecommitdiff
path: root/jstests/sharding/cleanup_orphaned_basic.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/sharding/cleanup_orphaned_basic.js')
-rw-r--r--jstests/sharding/cleanup_orphaned_basic.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/sharding/cleanup_orphaned_basic.js b/jstests/sharding/cleanup_orphaned_basic.js
index cd23a4f9507..66fe7924157 100644
--- a/jstests/sharding/cleanup_orphaned_basic.js
+++ b/jstests/sharding/cleanup_orphaned_basic.js
@@ -117,5 +117,6 @@
{cleanupOrphaned: coll2.getFullName(), startingFromKey: {a: 'someValue', c: 1}}));
st.stop();
+ MongoRunner.stopMongod(mongod);
})();