Fixes false negatives on everything that doesn't happen to be at a
specific hard-coded sysfs path...

Signed-off-by: Ulrich Hecht <ulrich.hecht+rene...@gmail.com>
---
 lib/igt_pm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/igt_pm.c b/lib/igt_pm.c
index 5bf5b2e..641157b 100644
--- a/lib/igt_pm.c
+++ b/lib/igt_pm.c
@@ -262,7 +262,7 @@ bool igt_setup_runtime_pm(void)
         * suite goes faster and we have a higher probability of triggering race
         * conditions. */
        fd = open(POWER_DIR "/autosuspend_delay_ms", O_WRONLY);
-       igt_assert_f(fd >= 0,
+       igt_require_f(fd >= 0,
                     "Can't open " POWER_DIR "/autosuspend_delay_ms\n");
 
        /* If we fail to write to the file, it means this system doesn't support
-- 
2.7.4

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to