diff --git a/test b/test index 658ea3314..69d91f0de 100755 --- a/test +++ b/test @@ -61,7 +61,7 @@ if [ -n "$INTEGRATION" ]; then fi echo "Checking gofmt..." -fmtRes=$(gofmt -l -s $FMT) +fmtRes=$(gofmt -l -s -d $FMT) if [ -n "${fmtRes}" ]; then echo -e "gofmt checking failed:\n${fmtRes}" exit 255