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

Sign up
Appearance settings

Commit c8dd36d

Browse 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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎internal/integrationtest/board/board_test.go‎

Lines 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)

AltStyle によって変換されたページ (->オリジナル) /