summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2018-09-21 20:38:22 +0200
committerGitHub <noreply@github.com>2018-09-21 20:38:22 +0200
commitac492476e5389e17b8d401174f18b73e59a7fb06 (patch)
treeff4b5966545ea3228df65f141f5a2e84f1349952 /Makefile
parentUnify terms and UI between 1Password lookups and facts module (#45427) (diff)
downloadansible-ac492476e5389e17b8d401174f18b73e59a7fb06.tar.xz
ansible-ac492476e5389e17b8d401174f18b73e59a7fb06.zip
Bug fixes and cleanup for ansible-test. (#45991)
* Remove unused imports. * Clean up ConfigParser usage in ansible-test. * Fix bare except statements in ansible-test. * Miscellaneous cleanup from PyCharm inspections. * Enable pylint no-self-use for ansible-test. * Remove obsolete pylint ignores for Python 3.7. * Fix shellcheck issuers under newer shellcheck. * Use newer path for ansible-test. * Fix issues in code-smell tests.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5f6b4d4601..a7d21b3a60 100644
--- a/Makefile
+++ b/Makefile
@@ -122,7 +122,7 @@ ifneq ($(REPOTAG),)
endif
# ansible-test parameters
-ANSIBLE_TEST ?= test/runner/ansible-test
+ANSIBLE_TEST ?= bin/ansible-test
TEST_FLAGS ?=
# ansible-test units parameters (make test / make test-py3)