From 7364883c04fd5cafb4b40407c2f2d78521624112 Mon Sep 17 00:00:00 2001 From: Tomas Susanka Date: Fri, 12 Jun 2020 17:32:43 +0200 Subject: [PATCH] tests: do not check internal firmware.corp certificate To be discussed with adminkos whether this is correct or not. --- tests/download_emulators.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/download_emulators.sh b/tests/download_emulators.sh index 41f918b467..cc13482106 100755 --- a/tests/download_emulators.sh +++ b/tests/download_emulators.sh @@ -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-*