summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
authorAaron <aaron@10gen.com>2009-12-29 19:01:10 -0800
committerAaron <aaron@10gen.com>2009-12-29 19:01:10 -0800
commit33cd7bc1e148af949c86790a678b8732aae77ee1 (patch)
treec97af4909c57054811766160c4b06535fd3a8c55 /jstests
parente88f0fdf4562ebf6b6d48c0823cecfadd79f6335 (diff)
downloadmongo-33cd7bc1e148af949c86790a678b8732aae77ee1.tar.gz
SERVER-470 complete setup for parallel clients in separate js scopes
Diffstat (limited to 'jstests')
-rw-r--r--jstests/parallel/basic.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/parallel/basic.js b/jstests/parallel/basic.js
index e0f0d120ad0..f35c3a359de 100644
--- a/jstests/parallel/basic.js
+++ b/jstests/parallel/basic.js
@@ -31,4 +31,4 @@ test = function() {
);
}
-assert.parallelTests( test, argvs, "one or more tests failed" );
+assert.parallelTests( test, argvs, "one or more tests failed", true );