summaryrefslogtreecommitdiff
path: root/jstests/repl
diff options
context:
space:
mode:
authorKristina <kristina@10gen.com>2012-11-06 13:36:27 -0500
committerKristina <kristina@10gen.com>2012-11-06 13:36:39 -0500
commit8727da688a8e2ab005dd8d0d5e11504fc354885b (patch)
treec36c3ca7f8b6670f77a2138edc7b616b208fc9c0 /jstests/repl
parent661bee981c0b3898d911b76fb9fba1430e608ab2 (diff)
downloadmongo-8727da688a8e2ab005dd8d0d5e11504fc354885b.tar.gz
Increase test verbosity
Diffstat (limited to 'jstests/repl')
-rw-r--r--jstests/repl/repl2.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/jstests/repl/repl2.js b/jstests/repl/repl2.js
index cafac4beedb..7c5807ab90f 100644
--- a/jstests/repl/repl2.js
+++ b/jstests/repl/repl2.js
@@ -52,5 +52,5 @@ doTest = function(signal, extraOpts) {
}
-doTest( 15 ); // SIGTERM
-doTest(9, { journal: null }); // SIGKILL
+doTest(15, {"vv": null}); // SIGTERM
+doTest(9, {"vv": null, journal: null }); // SIGKILL