@ -63,8 +63,6 @@ else
run go test ${dirlist}
fi
setsid bash test/integration-test.sh
unformatted=$(find . -name "*.go" -not -path "./Godeps/*" -print | xargs -n1 gofmt -l)
if [ "x${unformatted}" != "x" ] ; then
echo "Unformatted files found; setting failure state."