summaryrefslogtreecommitdiff
path: root/jstests/dur
diff options
context:
space:
mode:
authordwight <dwight@10gen.com>2011-02-05 16:26:31 -0500
committerdwight <dwight@10gen.com>2011-02-05 16:26:31 -0500
commit3f56bafa08d8ca1b6b667157d50bb19fe96d28b8 (patch)
tree716d0594206583f6459689c71319038696f2c647 /jstests/dur
parenta3f7217dd3e0f8cb264fd25727c42be7486bce64 (diff)
downloadmongo-3f56bafa08d8ca1b6b667157d50bb19fe96d28b8.tar.gz
error test text
Diffstat (limited to 'jstests/dur')
-rw-r--r--jstests/dur/md5.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/dur/md5.js b/jstests/dur/md5.js
index 3fd678e133b..3ea1a15f6af 100644
--- a/jstests/dur/md5.js
+++ b/jstests/dur/md5.js
@@ -85,7 +85,7 @@ log("run mongod again recovery should fail");
exitCode = runMongoProgram( "mongod", "--port", 30002, "--dbpath", path, "--dur", "--smallfiles", "--durOptions", /*9*/13 );
if (exitCode != 100 && exitCode != 14) {
- print("\n\n\nFAIL md5.js exitCode: " + exitCode + "\n\n\n");
+ print("\n\n\nFAIL md5.js expected mongod to fail but didn't? mongod exitCode: " + exitCode + "\n\n\n");
// sleep a little longer to get more output maybe
sleep(2000);
assert(false);