diff --git a/test.sh b/test.sh index 50ff7f4171..b35e782d22 100755 --- a/test.sh +++ b/test.sh @@ -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..."