diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2014-05-14 00:36:04 +0200 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2014-05-14 00:36:04 +0200 |
commit | e624fa8a2e1a31494c6e47a65e378e480882422d (patch) | |
tree | a79a5450e756efc23ebad0dcb1494ace10c9b66b /tests/gem_cs_prefetch.c | |
parent | 351e7d395041b4b87ad28a201c81acac40cb397f (diff) |
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 <daniel.vetter@ffwll.ch>
Diffstat (limited to 'tests/gem_cs_prefetch.c')
-rw-r--r-- | tests/gem_cs_prefetch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gem_cs_prefetch.c b/tests/gem_cs_prefetch.c index 63f4e9b9..2fd83c9e 100644 --- a/tests/gem_cs_prefetch.c +++ b/tests/gem_cs_prefetch.c @@ -162,7 +162,7 @@ igt_simple_main igt_progress("gem_cs_prefetch: ", i, count); } - printf("Test suceeded, cleanup up - this might take a while.\n"); + igt_info("Test suceeded, cleanup up - this might take a while.\n"); drm_intel_bufmgr_destroy(bufmgr); close(fd); |