Skip to content

Commit

Permalink
Makefile: add a way to pass test arguments to e2e tests
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Paolinelli <[email protected]>
  • Loading branch information
fedepaol committed Jun 30, 2023
1 parent bb41b12 commit b0b99e1
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 @@ -189,7 +189,7 @@ $(GINKGO): $(LOCALBIN)

.PHONY: e2etests
e2etests: ginkgo
$(GINKGO) -v $(GINKGO_ARGS) ./e2etests
$(GINKGO) -v $(GINKGO_ARGS) ./e2etests -- $(TEST_ARGS)


.PHONY: kind-cluster
Expand Down

0 comments on commit b0b99e1

Please sign in to comment.