From a2857c9d7911c90951cb25a8711615d07fad5ba6 Mon Sep 17 00:00:00 2001 From: Vladimir Volek Date: Mon, 28 Jan 2019 15:27:02 +0100 Subject: [PATCH] Fix path --- test/scripts/run-all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/scripts/run-all.sh b/test/scripts/run-all.sh index d1b727bd..7b62ec8e 100755 --- a/test/scripts/run-all.sh +++ b/test/scripts/run-all.sh @@ -14,7 +14,7 @@ cd /trezor-emulator/trezor-core && PYOPT=0 ./emu.sh & cd /trezor-wallet && yarn run server:stable & # init device -npx babel-node test/scripts/init-device.js & +npx babel-node /trezor-wallet/test/scripts/init-device.js & # run tests yarn run test-integration:gitlab -c baseUrl="https://localhost:8080/#/"