Traceback tests are "special" because they need relative paths

This commit is contained in:
Jeff Epler 2023-11-21 08:50:45 -06:00
parent 5790785eae
commit c5be5f349a
No known key found for this signature in database
GPG Key ID: D5BF15AB975AB4DE
1 changed files with 2 additions and 0 deletions

View File

@ -180,6 +180,8 @@ def run_micropython(pyb, args, test_file, is_special=False):
"basics/builtin_help.py",
"thread/thread_exc2.py",
"esp32/partition_ota.py",
"circuitpython/traceback_test.py", # CIRCUITPY-CHANGE
"circuitpython/traceback_test_chained.py", # CIRCUITPY-CHANGE
)
had_crash = False
if pyb is None: