Re: [Intel-gfx] [PATCH i-g-t] lib/igt_aux: Allow sysfs open to fail when setting suspend/resume delay

2017-09-04 Thread Daniel Vetter
On Wed, Aug 30, 2017 at 09:15:03PM +0300, Arkadiusz Hiler wrote: > On Wed, Aug 30, 2017 at 04:56:09PM +0300, Paul Kocialkowski wrote: > > This removes the igt_require condition on the sysfs open call used to > > write the suspend/resume delay so that it is allowed to fail. Intsead, > > the code

Re: [Intel-gfx] [PATCH i-g-t] lib/igt_aux: Allow sysfs open to fail when setting suspend/resume delay

2017-08-30 Thread Arkadiusz Hiler
On Wed, Aug 30, 2017 at 04:56:09PM +0300, Paul Kocialkowski wrote: > This removes the igt_require condition on the sysfs open call used to > write the suspend/resume delay so that it is allowed to fail. Intsead, > the code that depends on it is put in a conditional block. > > This allows running

[Intel-gfx] [PATCH i-g-t] lib/igt_aux: Allow sysfs open to fail when setting suspend/resume delay

2017-08-30 Thread Paul Kocialkowski
This removes the igt_require condition on the sysfs open call used to write the suspend/resume delay so that it is allowed to fail. Intsead, the code that depends on it is put in a conditional block. This allows running test binaries as a non-privileged user for e.g. listing the available tests