summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2018-09-21 11:38:22 -0700
committerGitHub <noreply@github.com>2018-09-21 11:38:22 -0700
commitac492476e5389e17b8d401174f18b73e59a7fb06 (patch)
treeff4b5966545ea3228df65f141f5a2e84f1349952 /Makefile
parentb60854357ba968e5a6942ec10a8af6d0ba67d6b6 (diff)
downloadansible-ac492476e5389e17b8d401174f18b73e59a7fb06.tar.gz
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)