mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-21 13:23:02 +00:00
tests: dont polute stderr if the test succeeds/skips
Results in spurious 'warn' results in piglit. Also don't print progress indicators when not outputting to a terminal. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
@@ -163,7 +163,7 @@ int main(int argc, char **argv)
|
||||
drmtest_progress("gem_cs_prefetch: ", i, count);
|
||||
}
|
||||
|
||||
fprintf(stderr, "Test suceeded, cleanup up - this might take a while.\n");
|
||||
printf("Test suceeded, cleanup up - this might take a while.\n");
|
||||
drm_intel_bufmgr_destroy(bufmgr);
|
||||
|
||||
close(fd);
|
||||
|
||||
Reference in New Issue
Block a user