mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-23 19:01:28 -07:00
Document TODO
This commit is contained in:
parent
e412aa5142
commit
a5c2634c94
1 changed files with 3 additions and 0 deletions
|
@ -77,6 +77,9 @@ def main():
|
||||||
make_cmd = f'make ansible="{a}" db_engine_version="{d}" python="{p}" connector="{c}" docker_image="{i}" test-integration'
|
make_cmd = f'make ansible="{a}" db_engine_version="{d}" python="{p}" connector="{c}" docker_image="{i}" test-integration'
|
||||||
print(f'Run tests for: Ansible: {a}, DB: {d}, Python: {p}, Connector: {c}, Docker image: {i}')
|
print(f'Run tests for: Ansible: {a}, DB: {d}, Python: {p}, Connector: {c}, Docker image: {i}')
|
||||||
os.system(make_cmd)
|
os.system(make_cmd)
|
||||||
|
# TODO, allow for CTRL+C to break the loop more easily
|
||||||
|
# TODO, store the failures from this iteration
|
||||||
|
# TODO, display a summary of failures from every iterations
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue