1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-03 12:00:59 +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 \ --no-host-directories \
--recursive \ --recursive \
--reject "index.html*" \ --reject "index.html*" \
--reject "-arm" \
-P emulators/ \ -P emulators/ \
$SITE $SITE