1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-18 11:21:11 +00:00

fix(tests): skip arm binaries during upgrade tests

This commit is contained in:
Martin Milata 2022-05-26 13:46:57 +02:00
parent 056d4c7c77
commit 0388268b57

View File

@ -13,6 +13,7 @@ wget -e robots=off \
--no-host-directories \
--recursive \
--reject "index.html*" \
--reject "-arm" \
-P emulators/ \
$SITE