summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorSiyuan Zhou <siyuan.zhou@mongodb.com>2017-11-02 11:58:34 -0400
committerSiyuan Zhou <siyuan.zhou@mongodb.com>2017-11-07 16:38:43 -0500
commitc8fbc9a23152d707541a5c03c6af0eedb9a83bf9 (patch)
tree42b42ae2bfb77c1a26b14c2dead6d51c8c979d11 /buildscripts
parentaae903094206cf51c4b4ad1eba1094e29d586676 (diff)
downloadmongo-c8fbc9a23152d707541a5c03c6af0eedb9a83bf9.tar.gz
SERVER-31671 Cancel running elections if the term changes after writing my last vote
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokelib/parser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/resmokelib/parser.py b/buildscripts/resmokelib/parser.py
index 47754e0649c..ed110017dc3 100644
--- a/buildscripts/resmokelib/parser.py
+++ b/buildscripts/resmokelib/parser.py
@@ -298,7 +298,7 @@ def validate_options(parser, options, args):
parser.error("Cannot specify both `shellPort` and `shellConnString`")
if options.executor_file:
- parser.error("--executor is superceded by --suites; specify --suites={} {} to run the"
+ parser.error("--executor is superseded by --suites; specify --suites={} {} to run the"
"test(s) under those suite configuration(s)"
.format(options.executor_file, " ".join(args)))