Traceback tests are "special" because they need relative paths
This commit is contained in:
parent
5790785eae
commit
c5be5f349a
|
@ -180,6 +180,8 @@ def run_micropython(pyb, args, test_file, is_special=False):
|
||||||
"basics/builtin_help.py",
|
"basics/builtin_help.py",
|
||||||
"thread/thread_exc2.py",
|
"thread/thread_exc2.py",
|
||||||
"esp32/partition_ota.py",
|
"esp32/partition_ota.py",
|
||||||
|
"circuitpython/traceback_test.py", # CIRCUITPY-CHANGE
|
||||||
|
"circuitpython/traceback_test_chained.py", # CIRCUITPY-CHANGE
|
||||||
)
|
)
|
||||||
had_crash = False
|
had_crash = False
|
||||||
if pyb is None:
|
if pyb is None:
|
||||||
|
|
Loading…
Reference in New Issue