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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy