Fix tests

This commit is contained in:
Travis Reeder
2017-07-26 11:19:18 -07:00
parent 2677f817f2
commit 437616acb7
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ container_ip)
;;
esac
go test -v $(go list ./... | grep -v vendor | grep -v examples | grep -v tool | grep -v fn| grep -v tmp/go/src)
go test -v $(go list ./... | grep -v vendor | grep -v examples | grep -v tool | grep -v cli | grep -v tmp/go/src)
# go test -v github.com/fnproject/fn/api/runner/drivers/docker
cd cli && make build && make test