1
0
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:
matejcik 2025-04-29 12:12:23 +02:00 committed by matejcik
parent f10588b2b6
commit ff1c9b9f9a

View File

@ -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