From c5be5f349add3c7ae5d41be1f5585cf9bfcfab19 Mon Sep 17 00:00:00 2001 From: Jeff Epler Date: Tue, 21 Nov 2023 08:50:45 -0600 Subject: [PATCH] Traceback tests are "special" because they need relative paths --- tests/run-tests.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/run-tests.py b/tests/run-tests.py index c8e94ee393..fbf67cd95e 100755 --- a/tests/run-tests.py +++ b/tests/run-tests.py @@ -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: