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() {
4242 extra_args=" --embedded-services qemu --qemu-image-path $build_dir /$sketchname .ino.bin"
4343
4444 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 \\ \""
4646 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 \\ \""
4848 fi
4949 else
5050 extra_args=" --embedded-services esp,arduino"
You can’t perform that action at this time.
0 commit comments