summaryrefslogtreecommitdiff
path: root/jstests/shellstartparallel.js
diff options
context:
space:
mode:
authordwight <dwight@10gen.com>2011-01-01 21:53:06 -0500
committerdwight <dwight@10gen.com>2011-01-01 21:53:06 -0500
commit5a99f52a74d5135c8464871c376e72c6f61a86c8 (patch)
tree44f9ee7c8ae25fb963c84f5112ee16b0b639d230 /jstests/shellstartparallel.js
parent242fea5287e369f1b3a2f2172008cd8ecec557ef (diff)
downloadmongo-5a99f52a74d5135c8464871c376e72c6f61a86c8.tar.gz
test easy read output
Diffstat (limited to 'jstests/shellstartparallel.js')
-rw-r--r--jstests/shellstartparallel.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/jstests/shellstartparallel.js b/jstests/shellstartparallel.js
index 3fbb3e06693..22a9dc32840 100644
--- a/jstests/shellstartparallel.js
+++ b/jstests/shellstartparallel.js
@@ -14,3 +14,5 @@ assert(db.sps.count() == 1, "join problem?");
join = startParallelShell("db.sps.insert({x:1}); throw 'intentionally_uncaught';");
join();
assert(db.sps.count() == 2, "join2 problem?");
+
+print("shellstartparallel.js SUCCESS");