Skip to content

Commit

Permalink
ci, Use vendored-go in functest (#139)
Browse files Browse the repository at this point in the history
Signed-off-by: Ram Lavi <[email protected]>
  • Loading branch information
RamLavi authored Nov 11, 2020
1 parent c9bbecc commit cf0969c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ docker-test:
test-%: $(GO)
$(GO) test ./$(subst -,/,$*)/... -v --ginkgo.v

functest:
hack/functests.sh
functest: $(GO)
GO=$(GO) hack/functests.sh

docker-build: $(patsubst %, docker-build-%, $(COMPONENTS))

Expand Down
2 changes: 1 addition & 1 deletion hack/functests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ set -e
source ./cluster/kubevirtci.sh

KUBECONFIG=${KUBECONFIG:-$(kubevirtci::kubeconfig)}
go test ./tests/... $E2E_TEST_ARGS --kubeconfig ${KUBECONFIG}
${GO} test ./tests/... $E2E_TEST_ARGS --kubeconfig ${KUBECONFIG}

0 comments on commit cf0969c

Please sign in to comment.