Skip to content

Commit

Permalink
Merge pull request #871 from marquiz/fixes/e2e-test-static
Browse files Browse the repository at this point in the history
Makefile: use statically linked binaries in e2e-tests
  • Loading branch information
marquiz committed Aug 30, 2022
2 parents 76b95e0 + 62a8955 commit bf44e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -442,7 +442,7 @@ endif

release-tests: e2e-tests

e2e-tests: build
e2e-tests: build-static
$(Q)tests="$(if $(E2E_TESTS),$(E2E_TESTS),test/e2e/policies.test-suite)"; \
$(E2E_RUN) $$tests; \
if [ "$$?" != "0" ]; then \
Expand Down

0 comments on commit bf44e1d

Please sign in to comment.