-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
e2e: added make target to install ginkgo #144
e2e: added make target to install ginkgo #144
Conversation
c8ae881
to
144211e
Compare
|
144211e
to
bcd682f
Compare
Updated |
Makefile
Outdated
@@ -310,6 +315,6 @@ LVM_OPERATOR_UNINSTALL ?= true | |||
# Build and run lvm tests. | |||
e2e-test: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
e2e-test: | |
e2e-test: ginkgo |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove the ginkgo package from your system and try running e2e-test
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Nithya for the suggestion,
It is working and is able to install ginkgo if not already installed.
It creates a ginkgo file inside the bin package if we already dont have that.
Added make target to install ginkgo and gomega Signed-off-by: riya-singhal31 <riyasinghalji@gmail.com>
bcd682f
to
2a5c5cd
Compare
/assign @nbalacha |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: nbalacha, riya-singhal31 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Added make target to install ginkgo and gomega
Signed-off-by: riya-singhal31 riyasinghalji@gmail.com