From e624fa8a2e1a31494c6e47a65e378e480882422d Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Wed, 14 May 2014 00:36:04 +0200 Subject: tests: sprinkle igt logging All the cases that simply dump some debug information and couldn't be converted to some of the fancier macros. Some information output removed when it's redundant with the subtest status. Signed-off-by: Daniel Vetter --- tests/prime_self_import.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/prime_self_import.c') diff --git a/tests/prime_self_import.c b/tests/prime_self_import.c index 41c203f9..67fd5217 100644 --- a/tests/prime_self_import.c +++ b/tests/prime_self_import.c @@ -298,7 +298,7 @@ static void test_reimport_close_race(void) obj_count = get_object_count() - obj_count; - printf("leaked %i objects\n", obj_count); + igt_info("leaked %i objects\n", obj_count); close(fake); @@ -375,7 +375,7 @@ static void test_export_close_race(void) obj_count = get_object_count() - obj_count; - printf("leaked %i objects\n", obj_count); + igt_info("leaked %i objects\n", obj_count); igt_assert(obj_count == 0); } -- cgit v1.2.3