Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c8dd36d

Browse filesBrowse files
author
Luca Bianconi
committed
Merge branch 'feat/board-list-fqbn-filter' of github.com:arduino/arduino-cli into feat/board-list-fqbn-filter
2 parents 5694bb9 + 2565a3f commit c8dd36d
Copy full SHA for c8dd36d

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎internal/integrationtest/board/board_test.go

Copy file name to clipboardExpand all lines: internal/integrationtest/board/board_test.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ func TestBoardListWithFqbnFilter(t *testing.T) {
101101

102102
_, _, err := cli.Run("core", "update-index")
103103
require.NoError(t, err)
104-
stdout, _, err := cli.Run("board", "list", "-b", "arduino:avr:uno", "--format", "json")
104+
stdout, _, err := cli.Run("board", "list", "-b", "foo:bar:baz", "--format", "json")
105105
require.NoError(t, err)
106106
// this is a bit of a passpartout test, it actually filters the "bluetooth boards" locally
107107
// but it would succeed even if the filtering wasn't working properly

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.