File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -39,12 +39,13 @@ function run_test() {
39
39
fi
40
40
41
41
if [ $platform == " qemu" ]; then
42
+ PATH=$HOME /qemu/bin:$PATH
42
43
extra_args=" --embedded-services qemu --qemu-image-path $build_dir /$sketchname .ino.bin"
43
44
44
45
if [ $target == " esp32" ] || [ $target == " esp32s3" ]; then
45
- extra_args+=" --qemu-prog-path $QEMU_PATH / qemu-system-xtensa --qemu-cli-args= \" -nographic -machine $target \" "
46
+ extra_args+=" --target $target -- qemu-prog-path qemu-system-xtensa --qemu-cli-args \" -nographic\" "
46
47
else
47
- extra_args+=" --qemu-prog-path $QEMU_PATH / qemu-system-riscv32 --qemu-cli-args= \" -nographic -machine $target \" "
48
+ extra_args+=" --target $target -- qemu-prog-path qemu-system-riscv32 --qemu-cli-args \" -nographic\" "
48
49
fi
49
50
else
50
51
extra_args=" --embedded-services esp,arduino"
You can’t perform that action at this time.
0 commit comments