Cut forgotten comment

This commit is contained in:
Laurent Indermuehle 2023-01-13 17:05:57 +01:00
parent 05b5f627d7
commit 79ea9fe094
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09

View file

@ -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__':