[PATCH wayland 1/2] test-runner: print separator line after each test-case
Marek Chalupa
mchqwerty at gmail.com
Fri Nov 21 02:34:07 PST 2014
Who can read the output when it is a single piece of text?
Signed-off-by: Marek Chalupa <mchqwerty at gmail.com>
---
tests/test-runner.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/tests/test-runner.c b/tests/test-runner.c
index 63b25ed..2ecb15a 100644
--- a/tests/test-runner.c
+++ b/tests/test-runner.c
@@ -335,6 +335,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;
--
2.1.0
More information about the wayland-devel
mailing list