mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 07:28:10 +00:00
fix remaining micropython paths
This commit is contained in:
parent
424993e421
commit
56ba61cedf
2
emu.sh
2
emu.sh
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
source emu.config 2>/dev/null
|
source emu.config 2>/dev/null
|
||||||
|
|
||||||
EXE=vendor/micropython/unix/micropython
|
EXE=build/unix/micropython
|
||||||
OPTLEVEL="${OPTLEVEL:-0}"
|
OPTLEVEL="${OPTLEVEL:-0}"
|
||||||
MAIN="${MAIN:-main.py}"
|
MAIN="${MAIN:-main.py}"
|
||||||
BROWSER="${BROWSER:-chromium}"
|
BROWSER="${BROWSER:-chromium}"
|
||||||
|
2
tests/run_tests_device.sh
Executable file → Normal file
2
tests/run_tests_device.sh
Executable file → Normal file
@ -7,7 +7,7 @@ fi
|
|||||||
# run emulator
|
# run emulator
|
||||||
|
|
||||||
cd ../src
|
cd ../src
|
||||||
../vendor/micropython/unix/micropython -O0 main.py >/dev/null &
|
../build/unix/micropython -O0 main.py >/dev/null &
|
||||||
UPY_PID=$!
|
UPY_PID=$!
|
||||||
|
|
||||||
sleep 1
|
sleep 1
|
||||||
|
Loading…
Reference in New Issue
Block a user