diff options
author | Matt Clay <matt@mystile.com> | 2023-05-17 18:07:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-17 18:07:04 +0200 |
commit | b16041f1a91bb74b7adbf2ad1f1af25603151cb3 (patch) | |
tree | f580eaa484288d8b095f3fd1e87d68f61b62fa14 /changelogs/fragments/ansible-test-source-detection.yml | |
parent | Fix hard-coded interpreter in test_async_wrapper (#80816) (diff) | |
download | ansible-b16041f1a91bb74b7adbf2ad1f1af25603151cb3.tar.xz ansible-b16041f1a91bb74b7adbf2ad1f1af25603151cb3.zip |
ansible-test - Fix traceback when mixing sources (#80801)
* ansible-test - Fix traceback when mixing sources
* ansible-test - Refactor layout error handling
Diffstat (limited to 'changelogs/fragments/ansible-test-source-detection.yml')
-rw-r--r-- | changelogs/fragments/ansible-test-source-detection.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changelogs/fragments/ansible-test-source-detection.yml b/changelogs/fragments/ansible-test-source-detection.yml new file mode 100644 index 0000000000..0fd97380d1 --- /dev/null +++ b/changelogs/fragments/ansible-test-source-detection.yml @@ -0,0 +1,3 @@ +bugfixes: + - ansible-test - Fix a traceback that occurs when attempting to test Ansible source using a different ansible-test. + A clear error message is now given when this scenario occurs. |