Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
treeder committed Jul 26, 2017
1 parent 2677f81 commit 437616a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fnlb/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
"time"

"github.com/Sirupsen/logrus"
"github.com/fnproject/fn/clilb/lb"
"github.com/fnproject/fn/fnlb/lb"
)

const VERSION = "0.0.1"
Expand Down
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 437616a

Please sign in to comment.