diff options
author | dwight <dwight@10gen.com> | 2011-01-19 11:19:20 -0500 |
---|---|---|
committer | dwight <dwight@10gen.com> | 2011-01-19 11:19:20 -0500 |
commit | 51aaab10d675b53a179a500aa1cfc77824136f62 (patch) | |
tree | 3ba889eebaf32f18b294ab612a46907efaf5bd5d /jstests/dur | |
parent | 2ab562dc662582705a4114346115f6b913e403e7 (diff) | |
download | mongo-51aaab10d675b53a179a500aa1cfc77824136f62.tar.gz |
be nice
Diffstat (limited to 'jstests/dur')
-rw-r--r-- | jstests/dur/closeall.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/jstests/dur/closeall.js b/jstests/dur/closeall.js index cc7cca293d2..36f4b094acb 100644 --- a/jstests/dur/closeall.js +++ b/jstests/dur/closeall.js @@ -39,7 +39,10 @@ function f() { assert( res.ok, "closeAllDatabases res.ok=false");
}
- print(slave.foo.count()); + print(slave.foo.count());
+
+ stopMongod(30002);
+ stopMongod(30001);
} f(); |