[PATCH i-g-t 1/2] lib/drmtest: Fix igt_skip message

Gustavo Padovan gustavo at padovan.org
Thu Jun 30 21:29:46 UTC 2016


From: Gustavo Padovan <gustavo.padovan at collabora.co.uk>

Now other gpus are supported too.

Signed-off-by: Gustavo Padovan <gustavo.padovan at collabora.co.uk>
---
 lib/drmtest.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/drmtest.c b/lib/drmtest.c
index 884fe7c..9f3ac7f 100644
--- a/lib/drmtest.c
+++ b/lib/drmtest.c
@@ -263,7 +263,7 @@ int __drm_open_driver(int chipset)
 		close(fd);
 	}
 
-	igt_skip("No intel gpu found\n");
+	igt_skip("No known gpu found\n");
 	return -1;
 }
 
-- 
2.5.5



More information about the dri-devel mailing list