File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
12
12
### Deprecated
13
13
14
14
### Removed
15
+ * Unnecessary board changes during unit tests no longer happen
15
16
16
17
### Fixed
17
18
Original file line number Diff line number Diff line change @@ -236,9 +236,6 @@ def display_files(pathname)
236
236
inform ( "Skipping unit tests" ) { "no platforms were requested" }
237
237
else
238
238
config . platforms_to_unittest . each do |p |
239
- board = all_platform_info [ p ] [ :board ]
240
- assure ( "Switching to board for #{ p } (#{ board } )" ) { @arduino_cmd . use_board ( board ) } unless last_board == board
241
- last_board = board
242
239
cpp_library . test_files . each do |unittest_path |
243
240
unittest_name = unittest_path . basename . to_s
244
241
compilers . each do |gcc_binary |
You can’t perform that action at this time.
0 commit comments