Skip to content

Commit 437616a

Browse files
committed
Fix tests
1 parent 2677f81 commit 437616a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: fnlb/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
"time"
1515

1616
"github.com/Sirupsen/logrus"
17-
"github.com/fnproject/fn/clilb/lb"
17+
"github.com/fnproject/fn/fnlb/lb"
1818
)
1919

2020
const VERSION = "0.0.1"

Diff for: test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ container_ip)
3535
;;
3636
esac
3737

38-
go test -v $(go list ./... | grep -v vendor | grep -v examples | grep -v tool | grep -v fn| grep -v tmp/go/src)
38+
go test -v $(go list ./... | grep -v vendor | grep -v examples | grep -v tool | grep -v cli | grep -v tmp/go/src)
3939
# go test -v github.com/fnproject/fn/api/runner/drivers/docker
4040

4141
cd cli && make build && make test

0 commit comments

Comments
 (0)