mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Fix tests
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
2
test.sh
2
test.sh
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user