summaryrefslogtreecommitdiff
path: root/tests/core_auth.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/core_auth.c')
-rw-r--r--tests/core_auth.c1
1 files changed, 1 insertions, 0 deletions
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;
}