mirror of
https://github.com/jstemmer/go-junit-report.git
synced 2025-04-04 20:50:14 -05:00

It's possible for test files to declare a package with the "_test" suffix. If these packages contain build errors, they were not correctly matched to the package without the "_test" suffix. Refs #145
5 lines
149 B
Plaintext
5 lines
149 B
Plaintext
# package/testpkg/pkg_test [package/testpkg/pkg.test]
|
|
pkg/pkg_test.go:5:2: imported and not used: "fmt"
|
|
FAIL package/testpkg/pkg [build failed]
|
|
FAIL
|