mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
fix test
This commit is contained in:
parent
e869a8e02c
commit
c77901134c
@ -15,7 +15,7 @@ res = db.runCommand(
|
||||
out: "mr_comments_out"
|
||||
});
|
||||
printjson( res );
|
||||
|
||||
res.drop()
|
||||
|
||||
res = db.runCommand(
|
||||
{ mapreduce : "mr_comments",
|
||||
@ -26,3 +26,4 @@ res = db.runCommand(
|
||||
out: "mr_comments_out"
|
||||
});
|
||||
printjson( res );
|
||||
res.drop()
|
||||
|
Loading…
Reference in New Issue
Block a user