Skip to content

Commit

Permalink
Merge pull request #870 from ArangoGutierrez/fix_e2e_submodules
Browse files Browse the repository at this point in the history
[no-relnote] Change context during E2E call
  • Loading branch information
ArangoGutierrez authored Aug 6, 2024
2 parents d899752 + 91aec3e commit 093f81f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ e2e-test:
echo "[ERR] KUBECONFIG missing, must be defined"; \
exit 1; \
fi
$(GO_CMD) test -v $(CURDIR)/tests/e2e -args \
cd $(CURDIR)/tests/e2e && $(GO_CMD) test -v . -args \
-kubeconfig=$(KUBECONFIG) \
-driver-enabled=$(DRIVER_ENABLED) \
-image.repo=$(E2E_IMAGE_REPO) \
Expand Down

0 comments on commit 093f81f

Please sign in to comment.