File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ import (
25
25
"github.com/arduino/arduino-cli/arduino/cores/packagemanager"
26
26
"github.com/arduino/arduino-cli/arduino/sketches"
27
27
paths "github.com/arduino/go-paths-helper"
28
+ "github.com/sirupsen/logrus"
28
29
"github.com/stretchr/testify/require"
29
30
)
30
31
@@ -128,7 +129,7 @@ func TestUploadPropertiesComposition(t *testing.T) {
128
129
err := pm .LoadHardwareFromDirectory (paths .New ("testdata" , "hardware" ))
129
130
require .NoError (t , err )
130
131
buildPath1 := paths .New ("testdata" , "build_path_1" )
131
-
132
+ logrus . SetLevel ( logrus . TraceLevel )
132
133
type test struct {
133
134
importDir * paths.Path
134
135
fqbn string
You can’t perform that action at this time.
0 commit comments