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

fix(tests): change script running connect tests

This commit is contained in:
grdddj 2022-03-07 10:59:10 +01:00 committed by matejcik
parent b77f4b7dbc
commit 3b2a195cb2

View File

@ -27,4 +27,4 @@ fi
echo "Will be running with ${EMU_VERSION} emulator" echo "Will be running with ${EMU_VERSION} emulator"
# Using -d flag to disable docker, as tenv is already running on the background # Using -d flag to disable docker, as tenv is already running on the background
nix-shell --run "yarn && tests/run.sh -d -f ${EMU_VERSION}" nix-shell --run "yarn && tests/run.sh -d -f ${EMU_VERSION} -s 'yarn test:integration methods'"