Skip to content
This repository has been archived by the owner on Mar 26, 2020. It is now read-only.

Fix issue while doing gofmt tests #1248

Merged
merged 1 commit into from Sep 24, 2018
Merged

Fix issue while doing gofmt tests #1248

merged 1 commit into from Sep 24, 2018

Conversation

aravindavk
Copy link
Member

gofmt is returning zero even if format is not proper. Instead it
returns list of files which are not properly formatted.

This issue in golang repo suggested to use test -z for the same
golang/go#24230

Signed-off-by: Aravinda VK avishwan@redhat.com

`gofmt` is returning zero even if format is not proper. Instead it
returns list of files which are not properly formatted.

This issue in golang repo suggested to use `test -z` for the same
golang/go#24230

Signed-off-by: Aravinda VK <avishwan@redhat.com>
Copy link
Member

@Madhu-1 Madhu-1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@prashanthpai prashanthpai merged commit 938cad2 into gluster:master Sep 24, 2018
@ghost ghost removed the in progress label Sep 24, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants