Fix grammar typo in runtest not-annotation help.
Change-Id: I5f5a81d16715f968ed9b265398d2a9e483c23a89
This commit is contained in:
@@ -124,7 +124,7 @@ class TestRunner(object):
|
||||
help="Include only those tests tagged with a specific"
|
||||
" annotation")
|
||||
parser.add_option("--not-annotation", dest="test_not_annotation",
|
||||
help="Excludes any tests tagged with a specific"
|
||||
help="Exclude any tests tagged with a specific"
|
||||
" annotation")
|
||||
parser.add_option("-u", "--user-tests-file", dest="user_tests_file",
|
||||
metavar="FILE", default=user_test_default,
|
||||
|
||||
Reference in New Issue
Block a user