We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b18cae commit 62dd428Copy full SHA for 62dd428
.github/scripts/tests_run.sh
@@ -44,7 +44,7 @@ function run_test() {
44
if [ $target == "esp32" ] || [ $target == "esp32s3" ]; then
45
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\\\""
+ extra_args+=" --qemu-prog-path $QEMU_PATH/qemu-system-riscv32 --qemu-cli-args '-nographic -machine $target'"
48
fi
49
50
extra_args="--embedded-services esp,arduino"
0 commit comments