From 6a8d33c2bb81f071715864c2e563ac17ae4f9967 Mon Sep 17 00:00:00 2001 From: Thomas Wood Date: Tue, 30 Sep 2014 17:05:39 +0100 Subject: lib: add a function to indicate activity Signed-off-by: Thomas Wood --- tests/kms_fence_pin_leak.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/kms_fence_pin_leak.c') diff --git a/tests/kms_fence_pin_leak.c b/tests/kms_fence_pin_leak.c index 35587e08..5610ad8b 100644 --- a/tests/kms_fence_pin_leak.c +++ b/tests/kms_fence_pin_leak.c @@ -33,6 +33,7 @@ #include "igt_kms.h" #include "ioctl_wrappers.h" #include "intel_chipset.h" +#include "igt_aux.h" typedef struct { int drm_fd; @@ -173,8 +174,7 @@ static bool run_single_test(data_t *data, enum pipe pipe, igt_output_t *output) igt_plane_set_fb(primary, &fb[!(i&1)]); igt_display_commit(display); - igt_info("."); - fflush(stdout); + igt_print_activity(); } igt_plane_set_fb(primary, NULL); -- cgit v1.2.3