circuitpython/tests/extmod/vfs_lfs_mount.py.exp

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
248 B
Plaintext
Raw Permalink Normal View History

2019-10-18 02:25:48 -04:00
test <class 'VfsLfs1'>
OSError(19,)
2019-10-18 02:25:48 -04:00
hello from lfs
package
hello from lfs
lfsmod2.py: print("hello from lfs")
OSError(30,)
2019-10-18 02:25:48 -04:00
test <class 'VfsLfs2'>
OSError(19,)
2019-10-18 02:25:48 -04:00
hello from lfs
package
hello from lfs
lfsmod2.py: print("hello from lfs")
OSError(30,)