disable obsolete test_wire.py for now

pull/25/head
Pavol Rusnak 8 years ago
parent 2db746c93c
commit b7f378376b
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
results=() results=()
error=0 error=0
for i in *.py; do for i in test_*.py; do
echo echo
if ../../vendor/micropython/unix/micropython $i; then if ../../vendor/micropython/unix/micropython $i; then
results+=("OK $i") results+=("OK $i")

Loading…
Cancel
Save