Skip to content

framework: Also skip logging info utils on EACCES.

Emma Anholt requested to merge anholt/piglit:framework-wglinfo-fail into master

I've found on older debian platforms that we get EACCES instead of ENOENT when trying to call wglinfo, which killed the run with an exception.

Merge request reports