We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e4c809 commit ee8d8b3Copy full SHA for ee8d8b3
tools/ci.sh
@@ -682,10 +682,8 @@ function ci_unix_qemu_mips_build {
682
}
683
684
function ci_unix_qemu_mips_run_tests {
685
- # Issues with MIPS tests:
686
- # - (i)listdir does not work, it always returns the empty list (it's an issue with the underlying C call)
687
file ./ports/unix/build-coverage/micropython
688
- (cd tests && MICROPY_MICROPYTHON=../ports/unix/build-coverage/micropython ./run-tests.py --exclude 'vfs_posix.*\.py')
+ (cd tests && MICROPY_MICROPYTHON=../ports/unix/build-coverage/micropython ./run-tests.py)
689
690
691
function ci_unix_qemu_arm_setup {
0 commit comments