Since commit 5782eca (lib/igt_core.c: disable lowmemorykiller during
tests), igt_exit needs to be called before the test exits.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=84771
Cc: Tim Gore <tim.g...@intel.com>
Signed-off-by: Thomas Wood <thomas.w...@intel.com>
---
 tests/kms_force_connector.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/kms_force_connector.c b/tests/kms_force_connector.c
index 5b19794..96881c7 100644
--- a/tests/kms_force_connector.c
+++ b/tests/kms_force_connector.c
@@ -116,5 +116,5 @@ main (int argc, char **argv)
 
        drmModeFreeConnector(connector);
 
-       igt_success();
+       igt_exit();
 }
-- 
2.1.0

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

Reply via email to