From e54168931c55e53f9abbc221d56600525a8d8983 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Thu, 6 Jul 2017 11:39:30 +0100 Subject: igt/core_auth: Print out the number of magics retrieved Signed-off-by: Chris Wilson --- tests/core_auth.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/core_auth.c') diff --git a/tests/core_auth.c b/tests/core_auth.c index 79bd5875..e08c8aed 100644 --- a/tests/core_auth.c +++ b/tests/core_auth.c @@ -61,6 +61,7 @@ static void test_many_magics(int master) /* open slave and make sure it's NOT a master */ slave = open(path, O_RDWR | O_CLOEXEC); if (slave < 0) { + igt_info("Reopening device failed after %d opens\n", i); igt_assert(errno == EMFILE); break; } -- cgit v1.2.3