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

make test-unit does not run on uncomitted changes #427

Closed
surajssd opened this issue Feb 14, 2017 · 2 comments
Closed

make test-unit does not run on uncomitted changes #427

surajssd opened this issue Feb 14, 2017 · 2 comments

Comments

@surajssd
Copy link
Member

$ make test-unit
go test -ldflags="-w -X github.com/kubernetes-incubator/kompose/version.GITCOMMIT=1712634" -race -cover -v ./pkg/... ./cmd/... .

How do I run tests of kompose like it was before? I never had need to commit changes to test them?

@kadel
Copy link
Member

kadel commented Feb 15, 2017

I don't have to commit anything. Nothing changed there. make test-unit runs test on current state of the directory, doesn't matter if changes are commit or not, it doesn't even have to be git repo.

@surajssd
Copy link
Member Author

surajssd commented Feb 15, 2017

yeah seems like I mis-understood something, sorry for the spam, closing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants