Skip to content

Commit

Permalink
Debug e2e issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rajivnathan committed Nov 1, 2023
1 parent c1f6dff commit b83229a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions make/test.mk
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ ifeq ($(E2E_REPO_PATH),"")
git --git-dir=${E2E_REPO_PATH}/.git --work-tree=${E2E_REPO_PATH} fetch external ${BRANCH_REF}; \
# merge the branch with master \
git --git-dir=${E2E_REPO_PATH}/.git --work-tree=${E2E_REPO_PATH} merge --allow-unrelated-histories --no-commit FETCH_HEAD; \
cat ${E2E_REPO_PATH}/test/e2e/parallel/vm_webhook_test.go; \
fi;
endif
endif
Expand Down

0 comments on commit b83229a

Please sign in to comment.