mirror of
https://github.com/trezor/trezor-firmware.git
synced 2026-02-20 00:33:30 +01:00
test: raise failure to download emulators only in upgrade tests
This commit is contained in:
@@ -78,6 +78,10 @@ def for_all(
|
||||
The test function should have arguments `gen` ("core" or "legacy") and `tag`
|
||||
(version tag usable in EmulatorWrapper call)
|
||||
"""
|
||||
if not ALL_TAGS:
|
||||
raise ValueError(
|
||||
"No files found. Use download_emulators.sh to download emulators."
|
||||
)
|
||||
models = []
|
||||
gens = set()
|
||||
for item in args:
|
||||
|
||||
Reference in New Issue
Block a user