From 53d251ac23d8a3f5c4d0144794788a1423a5fa14 Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Thu, 2 May 2013 08:10:15 +0200 Subject: [PATCH] tests/prime_udl: don't put dirt into stderr when skipping It upset's QA's test runner. Signed-off-by: Daniel Vetter --- tests/prime_udl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/prime_udl.c b/tests/prime_udl.c index 4e0d9be..81670c4 100644 --- a/tests/prime_udl.c +++ b/tests/prime_udl.c @@ -155,7 +155,7 @@ int main(int argc, char **argv) return ret; if (udl_fd == -1 || intel_fd == -1) { - fprintf(stderr,"failed to find intel and udl GPU\n"); + printf("failed to find intel and udl GPU\n"); return 77; } -- 2.7.4