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