mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-22 14:28:07 +00:00
disable obsolete test_wire.py for now
This commit is contained in:
parent
2db746c93c
commit
b7f378376b
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
results=()
|
||||
error=0
|
||||
for i in *.py; do
|
||||
for i in test_*.py; do
|
||||
echo
|
||||
if ../../vendor/micropython/unix/micropython $i; then
|
||||
results+=("OK $i")
|
||||
|
Loading…
Reference in New Issue
Block a user