mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-12 18:49:07 +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
|
||||
|
||||
EXE=vendor/micropython/unix/micropython
|
||||
EXE=build/unix/micropython
|
||||
OPTLEVEL="${OPTLEVEL:-0}"
|
||||
MAIN="${MAIN:-main.py}"
|
||||
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
|
||||
|
||||
cd ../src
|
||||
../vendor/micropython/unix/micropython -O0 main.py >/dev/null &
|
||||
../build/unix/micropython -O0 main.py >/dev/null &
|
||||
UPY_PID=$!
|
||||
|
||||
sleep 1
|
||||
|
Loading…
Reference in New Issue
Block a user