Changeset 779406c in mod_gnutls for test/mgstest/tests.py
- Timestamp:
- Dec 18, 2019, 2:45:31 AM (3 years ago)
- Branches:
- asyncio, master, proxy-ticket
- Children:
- 3be92d3
- Parents:
- f3a3f6f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/mgstest/tests.py
rf3a3f6f r779406c 387 387 if test_conn.description: 388 388 print(f'Running test connection {i}: {test_conn.description}') 389 sys.stdout.flush() 389 else: 390 print(f'Running test connection {i}.') 391 sys.stdout.flush() 390 392 test_conn.run(timeout=timeout)
Note: See TracChangeset
for help on using the changeset viewer.