mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-31 22:25:25 -04:00
test-runner: print separator line after each test-case
Who can read the output when it is a single piece of text? Signed-off-by: Marek Chalupa <mchqwerty@gmail.com>
This commit is contained in:
parent
bef2948348
commit
57050589b6
1 changed files with 3 additions and 0 deletions
|
|
@ -296,6 +296,9 @@ int main(int argc, char *argv[])
|
|||
fprintf(stderr, ", pass.\n");
|
||||
} else
|
||||
fprintf(stderr, ", fail.\n");
|
||||
|
||||
/* print separator line */
|
||||
fprintf(stderr, "----------------------------------------\n");
|
||||
}
|
||||
|
||||
total = &__stop_test_section - &__start_test_section;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue