Files
micropython/tests/run-multitests.py
Damien George f62c614d3e tests/run-multitests.py: Change -i argument to -t.
Back in commit 8978102f35 (see PR #16111) the
`run-tests.py` script was changed to use an improved way of selecting the
test instance, eg:

    $ ./run-tests.py -t a0

that would run on /dev/ttyACM0.  This has been a very nice improvement,
makes it easier to specify the target.

This commit updates `run-multitests.py` to use the same scheme.  It
previously used `-i` but now that's changed to `-t`.

Signed-off-by: Damien George <damien@micropython.org>
2025-08-28 23:11:57 +10:00

21 KiB
Executable File