Skip to content

Commit b33bf0e

Browse files
committed
Fix
1 parent 62dd428 commit b33bf0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/scripts/tests_run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ 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
4747
extra_args+=" --qemu-prog-path $QEMU_PATH/qemu-system-riscv32 --qemu-cli-args '-nographic -machine $target'"
4848
fi

0 commit comments

Comments
 (0)