1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-18 04:18:10 +00:00

tests: fail download_emulators.sh script if some commands fail

This commit is contained in:
Tomas Susanka 2020-06-12 17:32:07 +02:00
parent 39f5b065d3
commit b4c2fe7c93

View File

@ -1,4 +1,6 @@
#!/usr/bin/env bash
set -e
SITE="https://firmware.corp.sldev.cz/upgrade_tests/"
cd "$(dirname "$0")"