mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-05-30 12:59:12 -07:00
Cut forgotten comment
This commit is contained in:
parent
05b5f627d7
commit
79ea9fe094
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ def main():
|
|||
i = tests.get('docker_container')
|
||||
make_cmd = f'make ansible="{a}" db_engine_version="{d}" python="{p}" connector="{c}" docker_container="{i}" test-integration'
|
||||
print(f'Run tests for: Ansible: {a}, DB: {d}, Python: {p}, Connector: {c}, Image: {i}')
|
||||
# os.system(make_cmd)
|
||||
os.system(make_cmd)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue