diff options
author | Eliot Horowitz <eliot@10gen.com> | 2011-10-11 08:22:50 -0400 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2011-10-11 08:22:50 -0400 |
commit | dda9a7798659cd43e2520be0f253025c2790a6f4 (patch) | |
tree | b4dbb3ce00bc91de1d749112f4f70dad1af35c53 | |
parent | a7a36ecbf060624a1bfcf36e0a00de02b907c019 (diff) | |
download | mongo-dda9a7798659cd43e2520be0f253025c2790a6f4.tar.gz |
debugging fot reconfig
-rw-r--r-- | jstests/replsets/reconfig.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/replsets/reconfig.js b/jstests/replsets/reconfig.js index b7dca034806..55ee5050aa5 100644 --- a/jstests/replsets/reconfig.js +++ b/jstests/replsets/reconfig.js @@ -64,6 +64,6 @@ result = nodes[0].getDB("admin").runCommand({replSetInitiate : {_id : "testSet2" {_id : 0, tags : ["member0"]} ]}}); -assert(result.errmsg.match(/bad or missing host field/)); +assert(result.errmsg.match(/bad or missing host field/) , "error message doesn't match, got result:" + tojson(result) ); replTest2.stopSet(); |