mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-26 07:11:25 +00:00
tests: do not check internal firmware.corp certificate
To be discussed with adminkos whether this is correct or not.
This commit is contained in:
parent
b4c2fe7c93
commit
7364883c04
@ -5,7 +5,7 @@ SITE="https://firmware.corp.sldev.cz/upgrade_tests/"
|
||||
cd "$(dirname "$0")"
|
||||
|
||||
# download all emulators without index files, without directories and only if not present
|
||||
wget -e robots=off --no-verbose --no-clobber --no-parent --cut-dirs=2 --no-host-directories --recursive --reject "index.html*" -P emulators/ $SITE
|
||||
wget --no-check-certificate -e robots=off --no-verbose --no-clobber --no-parent --cut-dirs=2 --no-host-directories --recursive --reject "index.html*" -P emulators/ $SITE
|
||||
|
||||
chmod u+x emulators/trezor-emu-*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user