Re: [PATCH libdrm] tests: skip drmdevice test if the machine doesn't have any drm device

2018-11-10 Thread Daniel Stone
On Fri, 9 Nov 2018 at 19:13, Eric Engestrom wrote: > Error message was invalid too, negative values aren't the number of > devices, they're errno error codes. > > Signed-off-by: Eric Engestrom Reviewed-by: Daniel Stone ___ dri-devel mailing list dri-d

[PATCH libdrm] tests: skip drmdevice test if the machine doesn't have any drm device

2018-11-09 Thread Eric Engestrom
Error message was invalid too, negative values aren't the number of devices, they're errno error codes. Signed-off-by: Eric Engestrom --- This fixes the Gitlab CI; goes from: https://gitlab.freedesktop.org/mesa/drm/-/jobs/42061 to: https://gitlab.freedesktop.org/eric/libdrm/-/jobs/42099 --- test