omit old unit tests from "test" make target

This commit is contained in:
Matthew Jones 2017-09-21 21:33:34 -04:00
parent 7a052e6f0c
commit 523734a6af
No known key found for this signature in database
GPG Key ID: 76A4C17A97590C1C

View File

@ -362,7 +362,7 @@ pylint: reports
check: flake8 pep8 # pyflakes pylint
TEST_DIRS ?= awx/main/tests awx/conf/tests awx/sso/tests
TEST_DIRS ?= awx/main/tests/unit awx/main/tests/functional awx/conf/tests awx/sso/tests
# Run all API unit tests.
test: test_ansible
@if [ "$(VENV_BASE)" ]; then \