fix tests fallout from 2.5 upgrade

This commit is contained in:
AlanCoding
2018-04-12 14:34:44 -04:00
parent c1e1bf32d0
commit de07ef0680
2 changed files with 1 additions and 8 deletions

View File

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