1
0
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:
Pavol Rusnak 2016-10-03 20:06:51 +02:00
parent 2db746c93c
commit b7f378376b
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
2 changed files with 1 additions and 1 deletions

View File

@ -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")