tests/run-tests.py: Correct spelling errors.

Signed-off-by: Jeff Epler <jepler@unpythonic.net>
This commit is contained in:
Jeff Epler
2026-04-08 16:33:27 -05:00
committed by Damien George
parent eeed037f70
commit 98e4264ea6
+1 -1
View File
@@ -873,7 +873,7 @@ def run_tests(pyb, tests, args, result_dir, num_threads=1):
def run_one_test(test_file):
test_file_abspath = os.path.abspath(test_file).replace("\\", "/")
# If test_file is one of our own tests always make it relative to our tests/ dir and
# otherwise use the abosulte path, irregardless of actual path passed,
# otherwise use the absolute path, regardless of actual path passed,
# such that display and result output is always the same.
try:
test_file_relpath = os.path.relpath(test_file, start=base_path())