mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-20 12:52:55 +00:00
tests: use igt_exit() consistently with subtests
This is mostly important to get the SKIP reporting right, but I've found a few stragglers that wanted to get converted over to the igt result reporting completely. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
+1
-1
@@ -253,5 +253,5 @@ int main(int argc, char **argv)
|
||||
if (!igt_only_list_subtests())
|
||||
close(drm_fd);
|
||||
|
||||
return 0;
|
||||
igt_exit();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user