Ignore ./out folder in gofmt test

pull/1017/head
Matt Rickard 2017-01-17 13:00:36 -08:00
parent 35d1ec7b78
commit b53320dee2
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ done
rm out/$COV_TMP_FILE
# Ignore these paths in the following tests.
ignore="vendor\|\_gopath\|assets.go"
ignore="vendor\|\_gopath\|assets.go\|out"
# Check gofmt
echo "Checking gofmt..."