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

@@ -14,7 +14,7 @@ import (
"time" "time"
"github.com/Sirupsen/logrus" "github.com/Sirupsen/logrus"
"github.com/fnproject/fn/clilb/lb" "github.com/fnproject/fn/fnlb/lb"
) )
const VERSION = "0.0.1" const VERSION = "0.0.1"

View File

@@ -35,7 +35,7 @@ container_ip)
;; ;;
esac 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 # go test -v github.com/fnproject/fn/api/runner/drivers/docker
cd cli && make build && make test cd cli && make build && make test