Signed-off-by: Thomas Wood <thomas.wood@xxxxxxxxx> --- tests/kms_flip.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/kms_flip.c b/tests/kms_flip.c index 3d3aa9b..8551f64 100644 --- a/tests/kms_flip.c +++ b/tests/kms_flip.c @@ -885,7 +885,10 @@ static unsigned int run_test_step(struct test_output *o) join_vblank_wait_thread(); } - igt_info("."); fflush(stdout); + if (isatty(STDOUT_FILENO)) { + igt_info("."); + fflush(stdout); + } if (do_flip && (o->flags & TEST_HANG)) { hang = hang_gpu(drm_fd); -- 2.1.0 _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/intel-gfx