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

Makefile: use variable to tell postgres test target which tests to run #1475

Merged
merged 1 commit into from
Aug 10, 2022

Conversation

flavianmissi
Copy link
Contributor

Example:

TESTS="data/registry_model/test/test_registry_proxy_model.py" make test_postgres

TESTS is set to ./ by default

@flavianmissi flavianmissi requested review from dmage and bcaton85 August 10, 2022 11:58
Example:
	TESTS="data/registry_model/test/test_registry_proxy_model.py" make test_postgres

TESTS is set to ./ by default
@flavianmissi flavianmissi force-pushed the test-postgres-makefile branch from ee5dafb to e801c2c Compare August 10, 2022 11:58
@flavianmissi flavianmissi changed the title Makefile: use variable to tell target which tests to run Makefile: use variable to tell postgres test target which tests to run Aug 10, 2022
Copy link
Contributor

@bcaton85 bcaton85 left a comment

Choose a reason for hiding this comment

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

LGTM

@flavianmissi flavianmissi merged commit fd4e772 into quay:master Aug 10, 2022
@flavianmissi flavianmissi deleted the test-postgres-makefile branch August 10, 2022 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants