File tree 2 files changed +5
-6
lines changed
2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ import (
8
8
"path/filepath"
9
9
"strings"
10
10
11
+ "github.com/bitrise-io/go-steputils/cache"
11
12
"github.com/bitrise-io/go-utils/fileutil"
12
13
"github.com/bitrise-io/go-utils/log"
13
14
"github.com/bitrise-io/go-utils/pathutil"
14
- "github.com/bitrise-tools/go-steputils/cache"
15
15
)
16
16
17
17
// Level ...
Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ import (
7
7
"strings"
8
8
"time"
9
9
10
+ "github.com/bitrise-io/go-android/gradle"
11
+ "github.com/bitrise-io/go-steputils/stepconf"
10
12
"github.com/bitrise-io/go-utils/log"
11
13
"github.com/bitrise-io/go-utils/pathutil"
12
14
"github.com/bitrise-io/go-utils/sliceutil"
13
15
"github.com/bitrise-steplib/bitrise-step-android-unit-test/cache"
14
16
"github.com/bitrise-steplib/bitrise-step-android-unit-test/testaddon"
15
- "github.com/bitrise-tools/go-android/gradle"
16
- "github.com/bitrise-tools/go-steputils/stepconf"
17
17
shellquote "github.com/kballard/go-shellquote"
18
18
)
19
19
@@ -223,7 +223,7 @@ func main() {
223
223
log .Warnf ("Failed to export test results for test addon: cannot get export directory for artifact (%s): %s" , err )
224
224
continue
225
225
}
226
-
226
+
227
227
if err := testaddon .ExportArtifact (artifact .Path , baseDir , uniqueDir ); err != nil {
228
228
log .Warnf ("Failed to export test results for test addon: %s" , err )
229
229
}
@@ -232,7 +232,6 @@ func main() {
232
232
}
233
233
}
234
234
235
-
236
235
if testErr != nil {
237
236
os .Exit (1 )
238
237
}
@@ -243,4 +242,4 @@ func main() {
243
242
log .Warnf ("%s" , warning )
244
243
}
245
244
log .Donef (" Done" )
246
- }
245
+ }
You can’t perform that action at this time.
0 commit comments