Skip to content

Commit 084f2d1

Browse files
committed
Test
1 parent 4ee0cc6 commit 084f2d1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/scripts/tests_run.sh

+3-2
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,13 @@ function run_test() {
3939
fi
4040

4141
if [ $platform == "qemu" ]; then
42+
PATH=$HOME/qemu/bin:$PATH
4243
extra_args="--embedded-services qemu --qemu-image-path $build_dir/$sketchname.ino.bin"
4344

4445
if [ $target == "esp32" ] || [ $target == "esp32s3" ]; then
45-
extra_args+=" --qemu-prog-path $QEMU_PATH/qemu-system-xtensa --qemu-cli-args=\"-nographic -machine $target\""
46+
extra_args+=" --target $target --qemu-prog-path qemu-system-xtensa --qemu-cli-args \"-nographic\""
4647
else
47-
extra_args+=" --qemu-prog-path $QEMU_PATH/qemu-system-riscv32 --qemu-cli-args=\"-nographic -machine $target\""
48+
extra_args+=" --target $target --qemu-prog-path qemu-system-riscv32 --qemu-cli-args \"-nographic\""
4849
fi
4950
else
5051
extra_args="--embedded-services esp,arduino"

0 commit comments

Comments
 (0)