1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-13 19:18:56 +00:00

tests: fix path to unix micropython

This commit is contained in:
Jan Pochyla 2017-08-07 12:41:00 +02:00
parent 83686bc0c6
commit 403e45aacf

View File

@ -1,6 +1,6 @@
#!/bin/bash
MICROPYTHON=../vendor/micropython/unix/micropython
MICROPYTHON=../build/unix/micropython
results=()
error=0