mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-22 22:38:08 +00:00
disable obsolete test_wire.py for now
This commit is contained in:
parent
2db746c93c
commit
b7f378376b
@ -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…
Reference in New Issue
Block a user