mirror of
https://github.com/ceph/ceph
synced 2024-12-29 15:03:33 +00:00
Merge pull request #43879 from rishabh-d-dave/vr-clearer-msg
qa/vstart_runner: print "success" explicitly Reviewed-by: Venky Shankar <vshankar@redhat.com>
This commit is contained in:
commit
73e806b7da
@ -1242,7 +1242,8 @@ def launch_individually(overall_suite):
|
||||
if result.wasSuccessful():
|
||||
log.info('')
|
||||
log.info('-'*70)
|
||||
log.info(f'Ran {no_of_tests_execed} tests in {time_elapsed}s')
|
||||
log.info(f'Ran {no_of_tests_execed} tests successfully in '
|
||||
f'{time_elapsed}s')
|
||||
if no_of_tests_failed > 0:
|
||||
log.info(f'{no_of_tests_failed} tests failed')
|
||||
log.info('')
|
||||
|
Loading…
Reference in New Issue
Block a user