summaryrefslogtreecommitdiff
path: root/jstests/repl/pair3.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/repl/pair3.js')
-rw-r--r--jstests/repl/pair3.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/jstests/repl/pair3.js b/jstests/repl/pair3.js
index 506e1733bdb..d1cf99ab72a 100644
--- a/jstests/repl/pair3.js
+++ b/jstests/repl/pair3.js
@@ -226,6 +226,8 @@ doTest4 = function( signal ) {
// now can only talk to arbiter
pair.start( true );
pair.waitForSteadyState( [ 1, 1 ], null, true );
+
+ ports.forEach( function( x ) { stopMongoProgram( x ); } );
}
doTest1();