Skip to content

Commit 99a2de9

Browse files
committed
Made tests more convoluted in upload command testing
1 parent 6bab4d0 commit 99a2de9

File tree

1 file changed

+2
-1
lines changed
  • commands/testdata/sketchbook_with_custom_hardware/hardware/test/avr

1 file changed

+2
-1
lines changed

commands/testdata/sketchbook_with_custom_hardware/hardware/test/avr/platform.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
name=Test AVR Boards
33
version=1.0.0
44

5-
recipe.output.tmp_file={build.project_name}.hex
5+
preferred_output_format=hex
6+
recipe.output.tmp_file={build.project_name}.{preferred_output_format}
67

78
# Fake AVR programmer tool for testing
89
# ------------------------------------

0 commit comments

Comments
 (0)