mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 09:26:10 +00:00
tests: remove unnecessary igt_exit calls
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
This commit is contained in:
parent
36b8143c22
commit
24b7bbc726
@ -210,6 +210,4 @@ igt_main
|
||||
intel_require_memory(count, SIZE, CHECK_RAM | CHECK_SWAP);
|
||||
run_test(fd, count);
|
||||
}
|
||||
|
||||
igt_exit();
|
||||
}
|
||||
|
@ -223,6 +223,4 @@ igt_main
|
||||
intel_require_memory(count, SIZE, CHECK_RAM | CHECK_SWAP);
|
||||
run_test(fd, count);
|
||||
}
|
||||
|
||||
igt_exit();
|
||||
}
|
||||
|
@ -115,6 +115,4 @@ igt_simple_main
|
||||
|
||||
drmModeFreeConnector(connector);
|
||||
free(edid);
|
||||
|
||||
igt_exit();
|
||||
}
|
||||
|
@ -125,6 +125,4 @@ igt_main
|
||||
igt_fixture {
|
||||
drmModeFreeConnector(vga_connector);
|
||||
}
|
||||
|
||||
igt_exit();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user