mirror of
https://github.com/ansible/awx.git
synced 2026-01-10 15:32:07 -03:30
omit old unit tests from "test" make target
This commit is contained in:
parent
7a052e6f0c
commit
523734a6af
2
Makefile
2
Makefile
@ -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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user