tests: Don't use stderr for informational messages
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 13 Jun 2014 13:32:50 +0000 (15:32 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 13 Jun 2014 16:09:05 +0000 (18:09 +0200)
commit6b73a9a2887fb45fc43b75c918daf0b50d2a44b9
tree7918925f265c047e8ab9acc5a22080017fe62bcf
parent652e5441504ddded9d6b138cd6df3447ed9b2e74
tests: Don't use stderr for informational messages

These should go to stdout instead. The next patch will clean this up
with cocci, so no change from fprintf(stdout, to printf( here.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
lib/igt.cocci
tests/gem_stress.c
tests/testdisplay.c