From: Gustavo Padovan <[email protected]> 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
