From 0923ed56c7196029de08069464a0600ecbd1883e Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Tue, 22 Oct 2019 23:04:49 -0700 Subject: [PATCH] Changelog entry for ansible-test sanity fixes. --- changelogs/fragments/ansible-test-fix-import-sanity-test.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelogs/fragments/ansible-test-fix-import-sanity-test.yml diff --git a/changelogs/fragments/ansible-test-fix-import-sanity-test.yml b/changelogs/fragments/ansible-test-fix-import-sanity-test.yml new file mode 100644 index 0000000000..cb47a9d0fa --- /dev/null +++ b/changelogs/fragments/ansible-test-fix-import-sanity-test.yml @@ -0,0 +1,5 @@ +bugfixes: + - ansible-test import sanity test now properly handles relative imports. + - ansible-test import sanity test now properly invokes Ansible modules as scripts. + - ansible-test import sanity test now consistently reports warnings as errors. + - ansible-test import sanity test now consistently reports errors against the file being tested.