Skip to content

Commit fbf8114

Browse files
committed
tools/ci.sh: Simplify selection of natmod tests to run.
The `run-natmodtests.py` script now properly excludes tests that don't use the corresponding native module. Signed-off-by: Damien George <damien@micropython.org>
1 parent 5d07d0c commit fbf8114

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ function ci_unix_coverage_run_mpy_merge_tests {
517517

518518
function ci_unix_coverage_run_native_mpy_tests {
519519
MICROPYPATH=examples/natmod/features2 ./ports/unix/build-coverage/micropython -m features2
520-
(cd tests && ./run-natmodtests.py "$@" extmod/{btree*,deflate*,framebuf*,heapq*,random*,re*}.py)
520+
(cd tests && ./run-natmodtests.py "$@" extmod/*.py)
521521
}
522522

523523
function ci_unix_32bit_setup {

0 commit comments

Comments
 (0)