mirror of
https://github.com/ansible/awx.git
synced 2026-04-07 02:59:21 -02:30
omit old unit tests from "test" make target
This commit is contained in:
2
Makefile
2
Makefile
@@ -362,7 +362,7 @@ pylint: reports
|
|||||||
|
|
||||||
check: flake8 pep8 # pyflakes pylint
|
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.
|
# Run all API unit tests.
|
||||||
test: test_ansible
|
test: test_ansible
|
||||||
@if [ "$(VENV_BASE)" ]; then \
|
@if [ "$(VENV_BASE)" ]; then \
|
||||||
|
|||||||
Reference in New Issue
Block a user