mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-05-29 12:18:51 +00:00
tests(core): run make test
headless
don't spam the emulator window ^_^
This commit is contained in:
parent
f10588b2b6
commit
ff1c9b9f9a
@ -4,6 +4,7 @@ declare -a results
|
||||
declare -i passed=0 failed=0 exit_code=0
|
||||
declare COLOR_GREEN='\e[32m' COLOR_RED='\e[91m' COLOR_RESET='\e[39m'
|
||||
MICROPYTHON="${MICROPYTHON:-../build/unix/trezor-emu-core -X heapsize=2M}"
|
||||
export SDL_VIDEODRIVER=dummy
|
||||
|
||||
print_summary() {
|
||||
echo
|
||||
|
Loading…
Reference in New Issue
Block a user