Skip to content

Commit 62dd428

Browse files
committed
Fix
1 parent 8b18cae commit 62dd428

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
@@ -44,7 +44,7 @@ function run_test() {
4444
if [ $target == "esp32" ] || [ $target == "esp32s3" ]; then
4545
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"

0 commit comments

Comments
 (0)