Adjusted documentation

This commit is contained in:
root
2025-07-28 17:11:14 +02:00
parent 5c440456e8
commit 1482349496
2 changed files with 11 additions and 11 deletions

View File

@@ -65,7 +65,7 @@ except IocNotRunning:
except IocNotRunning:
pass
check_ioc_running()
print(f'Started IOC successfully (process ID {p.pid})! It will automatically terminate after all tests are done.')
print(f'Started IOC successfully (process ID {p.pid}). It will automatically terminate after all tests are done.')
# Run each enabled folder's relevant tests in parallel
processes = []