Commit 3c6a6e69 by Torkel Ödegaard Committed by GitHub

Merge pull request #13538 from narqo/circleci-fix-gofmt-test

fix gofmt tests output
parents f4f97d2e f5e81e45
...@@ -11,7 +11,7 @@ function exit_if_fail { ...@@ -11,7 +11,7 @@ function exit_if_fail {
} }
echo "running go fmt" echo "running go fmt"
exit_if_fail test -z "$(gofmt -s -l ./pkg | tee /dev/stderr)" exit_if_fail test -z \"'$(gofmt -s -l ./pkg | tee /dev/stderr)'\"
echo "building backend with install to cache pkgs" echo "building backend with install to cache pkgs"
exit_if_fail time go install ./pkg/cmd/grafana-server exit_if_fail time go install ./pkg/cmd/grafana-server
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment