Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62dd428 commit b33bf0eCopy full SHA for b33bf0e
.github/scripts/tests_run.sh
@@ -42,7 +42,7 @@ function run_test() {
42
extra_args="--embedded-services qemu --qemu-image-path $build_dir/$sketchname.ino.bin"
43
44
if [ $target == "esp32" ] || [ $target == "esp32s3" ]; then
45
- extra_args+=" --qemu-prog-path $QEMU_PATH/qemu-system-xtensa --qemu-cli-args \\\"-nographic -machine $target\\\""
+ extra_args+=" --qemu-prog-path $QEMU_PATH/qemu-system-xtensa --qemu-cli-args '-nographic -machine $target'"
46
else
47
extra_args+=" --qemu-prog-path $QEMU_PATH/qemu-system-riscv32 --qemu-cli-args '-nographic -machine $target'"
48
fi
0 commit comments