We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CL 116975 added TestCoverHTML. This test is failing on Plan 9, because the GNU diff tool is called ape/diff and not diff on Plan 9.
ape/diff
diff
Usage: diff [-abcefmnrw] file1 ... file2 --- FAIL: TestCoverHTML (3.64s) cover_test.go:315: exit status: 'diff 6247: error' FAIL FAIL cmd/cover 7.169s
See https://build.golang.org/log/82e588e77c0492cdcd1622330b6c66a72f5d625b
The text was updated successfully, but these errors were encountered:
Change https://golang.org/cl/117415 mentions this issue: cmd/cover: fix TestCoverHTML on Plan 9
cmd/cover: fix TestCoverHTML on Plan 9
Sorry, something went wrong.
abeac09
No branches or pull requests
CL 116975 added TestCoverHTML. This test is failing on Plan 9, because the GNU diff tool is called
ape/diff
and notdiff
on Plan 9.See https://build.golang.org/log/82e588e77c0492cdcd1622330b6c66a72f5d625b
The text was updated successfully, but these errors were encountered: