From 523734a6af89b22e38867b23cc0df67a3650f896 Mon Sep 17 00:00:00 2001 From: Matthew Jones Date: Thu, 21 Sep 2017 21:33:34 -0400 Subject: [PATCH] omit old unit tests from "test" make target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e32abadf67..5971396b9d 100644 --- a/Makefile +++ b/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 \