summaryrefslogtreecommitdiff
path: root/tests/run-tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-tests.py')
-rwxr-xr-xtests/run-tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-tests.py b/tests/run-tests.py
index b108b1639..1af3dfc29 100755
--- a/tests/run-tests.py
+++ b/tests/run-tests.py
@@ -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):