tests/kms_force_connector: ensure igt_exit is called at exit

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.gore@intel.com>
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
This commit is contained in:
Thomas Wood 2014-10-09 16:29:20 +01:00
parent 5c7d54eae5
commit 5209ec142d

View File

@ -116,5 +116,5 @@ main (int argc, char **argv)
drmModeFreeConnector(connector);
igt_success();
igt_exit();
}