x/review/git-codereview: skip tests that require "gofmt" binary when it's not available #36801
Labels
help wanted
NeedsFix
The path to resolution is known, but the work has not been done.
Testing
An issue that has been verified to require only test changes, not just a test failure.
Milestone
https://build.golang.org/log/36fc6a856500bd206f0f994b1565fb6badbe7034
I'm not sure whether this should be resolved by adding
gofmt
to the builder'sPATH
, by updating thegit-codereview
tool to invokego fmt
instead, by updating the test to install that tool if not present, or by updating the test to skip those cases if thegofmt
binary is not found.This is technically a release-blocker via #11811, but seems pretty minor.
(CC @dmitshur @cagedmantis @toothrot @trex58)
The text was updated successfully, but these errors were encountered: