tests: Four typos in tests directory.
Found by codespell. Signed-off-by: Christian Clauss <cclauss@me.com>
This commit is contained in:
committed by
Damien George
parent
dc2fcfcc55
commit
8ce7a58be2
@@ -848,7 +848,7 @@ def run_tests(pyb, tests, args, result_dir, num_threads=1):
|
||||
test_file_abspath = os.path.abspath(test_file).replace("\\", "/")
|
||||
|
||||
if args.filters:
|
||||
# Default verdict is the opposit of the first action
|
||||
# Default verdict is the opposite of the first action
|
||||
verdict = "include" if args.filters[0][0] == "exclude" else "exclude"
|
||||
for action, pat in args.filters:
|
||||
if pat.search(test_file):
|
||||
|
||||
Reference in New Issue
Block a user