mirror of
https://github.com/micropython/micropython.git
synced 2026-04-22 08:50:25 +02:00
tests/run-tests.py: Correct spelling errors.
Signed-off-by: Jeff Epler <jepler@unpythonic.net>
This commit is contained in:
committed by
Damien George
parent
eeed037f70
commit
98e4264ea6
+1
-1
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user