We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b598779 commit 3dcf2acCopy full SHA for 3dcf2ac
commands/upload/upload_test.go
@@ -25,6 +25,7 @@ import (
25
"github.com/arduino/arduino-cli/arduino/cores/packagemanager"
26
"github.com/arduino/arduino-cli/arduino/sketches"
27
paths "github.com/arduino/go-paths-helper"
28
+ "github.com/sirupsen/logrus"
29
"github.com/stretchr/testify/require"
30
)
31
@@ -128,7 +129,7 @@ func TestUploadPropertiesComposition(t *testing.T) {
128
129
err := pm.LoadHardwareFromDirectory(paths.New("testdata", "hardware"))
130
require.NoError(t, err)
131
buildPath1 := paths.New("testdata", "build_path_1")
-
132
+ logrus.SetLevel(logrus.TraceLevel)
133
type test struct {
134
importDir *paths.Path
135
fqbn string
0 commit comments