Skip to content

Commit c5be5f3

Browse files
committed
Traceback tests are "special" because they need relative paths
1 parent 5790785 commit c5be5f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/run-tests.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,8 @@ def run_micropython(pyb, args, test_file, is_special=False):
180180
"basics/builtin_help.py",
181181
"thread/thread_exc2.py",
182182
"esp32/partition_ota.py",
183+
"circuitpython/traceback_test.py", # CIRCUITPY-CHANGE
184+
"circuitpython/traceback_test_chained.py", # CIRCUITPY-CHANGE
183185
)
184186
had_crash = False
185187
if pyb is None:

0 commit comments

Comments
 (0)