Skip to content

Commit

Permalink
Merge pull request openservicemesh#2384 from nojnhuh/make-e2e-fix
Browse files Browse the repository at this point in the history
fix(make): update e2e kind cluster flag
  • Loading branch information
nojnhuh authored Jan 26, 2021
2 parents 2316bdc + bfdfc0f commit ddcdb0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ BUILD_GITCOMMIT_VAR := github.com/openservicemesh/osm/pkg/version.GitCommit
LDFLAGS ?= "-X $(BUILD_DATE_VAR)=$(BUILD_DATE) -X $(BUILD_VERSION_VAR)=$(VERSION) -X $(BUILD_GITCOMMIT_VAR)=$(GIT_SHA) -X main.chartTGZSource=$$(cat -) -s -w"

# These two values are combined and passed to go test
E2E_FLAGS ?= -kindCluster
E2E_FLAGS ?= -installType=KindCluster
E2E_FLAGS_DEFAULT := -test.v -ginkgo.v -ginkgo.progress -ctrRegistry $(CTR_REGISTRY) -osmImageTag $(CTR_TAG)

check-env:
Expand Down

0 comments on commit ddcdb0f

Please sign in to comment.