File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ function run_test() {
39
39
fi
40
40
41
41
if [ $platform == " qemu" ]; then
42
- extra_args=" --embedded-services qemu --qemu-img -path $build_dir /$sketchname .ino.bin"
42
+ extra_args=" --embedded-services qemu --qemu-image -path $build_dir /$sketchname .ino.bin"
43
43
44
44
if [ $target == " esp32" ] || [ $target == " esp32s3" ]; then
45
45
extra_args+=" --qemu-prog-path $QEMU_PATH /qemu-system-xtensa --qemu-cli-args \" -nographic -machine $target \" "
@@ -50,7 +50,6 @@ function run_test() {
50
50
extra_args=" --embedded-services esp,arduino"
51
51
fi
52
52
53
- echo " pytest tests --build-dir $build_dir -k test_$sketchname --junit-xml=$report_file $extra_args "
54
53
pytest tests --build-dir $build_dir -k test_$sketchname --junit-xml=$report_file $extra_args
55
54
result=$?
56
55
if [ $result -ne 0 ]; then
You can’t perform that action at this time.
0 commit comments