tests/vfs_fat_oldproto: Skip for ports not supporting "oldproto".
Otherwise this broke esp8266 testsuite.
This commit is contained in:
parent
8bc3fc20fe
commit
fa3a108ed7
@ -3,6 +3,8 @@ import uos
|
||||
import uerrno
|
||||
try:
|
||||
uos.VfsFat
|
||||
uos.vfs_mkfs
|
||||
uos.vfs_mount
|
||||
except AttributeError:
|
||||
print("SKIP")
|
||||
sys.exit()
|
||||
|
Loading…
Reference in New Issue
Block a user