Skip to content
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

Use the Makefile installed ginkgo instead of preinstalled ginkgo #705

Merged
merged 2 commits into from
Sep 26, 2022

Conversation

oscr
Copy link
Contributor

@oscr oscr commented Sep 14, 2022

What this PR does / why we need it:

A minor Makefile improvement to prepare for a bigger fix.

I noticed the Makefile used whatever gingko that was in the path in some places
source ./scripts/fetch_ext_bins.sh; fetch_tools; setup_envs; ginkgo --randomizeAllSpecs -r --cover --coverprofile=cover.out --outputdir=. --skipPackage=test .

This replaces the usage with $(GINKGO) instead and ensures it's installed when running make test

anusha94
anusha94 previously approved these changes Sep 16, 2022
Copy link
Contributor

@anusha94 anusha94 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm. thanks!

Makefile Outdated Show resolved Hide resolved
Co-authored-by: Shamsher Ansari <[email protected]>
@vmwclabot
Copy link

@oscr, VMware has approved your signed contributor license agreement.

@anusha94 anusha94 requested a review from shamsher31 September 20, 2022 12:25
Copy link
Contributor

@dharmjit dharmjit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, Thanks

@dharmjit dharmjit merged commit e48c283 into vmware-tanzu:main Sep 26, 2022
@oscr oscr deleted the use-installed-ginkgo branch September 26, 2022 07:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants