Skip to content
Commit f1071c6d authored by Andrew Jones's avatar Andrew Jones Committed by Paolo Bonzini
Browse files

report: move blank line to better side of SUMMARY



Currently test.log gets output of the form

 test1-command-line
 test1-output

 SUMMARY:
 test2-command-line
 test2-output

 SUMMARY:
 test3-command-line
 ...

Having a blank line before SUMMARY, and not after, it makes it
tough to group lines by eye. Change it to

 test1-command-line
 test1-output
 SUMMARY:

 test2-command-line
 test2-output
 SUMMARY:

 test3-command-line
 ...

The empty line is moved from report_summary to runtime in order
to remove it altogether when running tests individually or as a
standalone.

Signed-off-by: Andrew Jones's avatarAndrew Jones <drjones@redhat.com>
Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent d637cb11
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment