1
0
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:
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 #!/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")